COLOR #39EFE6

HEX: #39EFE6
RGB: (57,239,230)

Color info

#39EFE6 contains mainly green and blue colors. Web safe color of #39EFE6 is #33FFCC (or #3FC).

RGB color model

#39EFE6 color RGB value is (57,239,230).

  • red value is 57;
  • green value is 239;
  • blue value is 230.
RGB:
(57,239,230)
(22%,94%,90%)

RGB channels and saturation

R 57 of 255 = 22%
G 239 of 255 = 94%
B 230 of 255 = 90%

57
239
230

R + G + B ~ 69%. #39EFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
57 + 239 + 230 = 526 (100%)
R 57 of 526 ~ 10.84%
G 239 of 526 ~ 45.44%
B 230 of 526 ~ 43.73%

%10.84
%45.44
%43.73

CMYK color model

#39EFE6 color CMYK value is (76,0,4,6).

  • cyan value is 76.15%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(76,0,4,6)
C76M0Y4K6 
(76%,0%,4%,6%)
(0.76/0.00/0.04/0.06)	

CMYK percentages

%76.15
%0
%3.77
%6.27

Codes

Color #39EFE6 in popluar color models

39EFE6
RGB57239230
HSL177°85.05%58.04%
HSB/HSV177°76.15%93.73%
CMYK76.15%0.00%3.77%
6.27%

Color #39EFE6 in popluar number systems.

HEX39EFE6
Decimal57239230
Binary1110011110111111100110
Octal71357346

Shades and tints

Shades of #39EFE6

#39EFE6
(57,239,230)
#34DAD2
(52,218,210)
#2FC5BE
(47,197,190)
#2AB0AA
(42,176,170)
#259B96
(37,155,150)
#208682
(32,134,130)
#1B716E
(27,113,110)
#165C5A
(22,92,90)
#114746
(17,71,70)
#0C3232
(12,50,50)
#071D1E
(7,29,30)
#000000
(0,0,0)

Tints of #39EFE6

#39EFE6
(57,239,230)
#4BF0E8
(75,240,232)
#5DF1EA
(93,241,234)
#6FF2EC
(111,242,236)
#81F3EE
(129,243,238)
#93F4F0
(147,244,240)
#A5F5F2
(165,245,242)
#B7F6F4
(183,246,244)
#C9F7F6
(201,247,246)
#DBF8F8
(219,248,248)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39EFE6 color. Also use rgb(57,239,230) instead hex code.

Text Font Color

.myTextColor { color: #39EFE6; }

<p style="color:#39EFE6">This sample text font color is #39EFE6.</p>

This text font color is #39EFE6.


Background Color

.myBgColor { background-color: #39EFE6; }

<div style="background-color:#39EFE6">Inner text</div>

This div background color is #39EFE6.


Border color

.myBorderColor { border: 1px solid #39EFE6; }

<div style="border:3px solid #39EFE6">Div</div>

This div border color is #39EFE6.


Opacity

.myOpacity80 { color: #39EFE6; opacity: 0.8; }

<p style="color:#39EFE6;opacity:0.8;">80%</p>

Text with #39EFE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #39EFE6;}

<p style="text-shadow: 3px 3px 1px #39EFE6">Text here.</p>

This text has shadow with #39EFE6 color.

.textShadow {text-shadow: 3px 3px 1px #39EFE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #39EFE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #39EFE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#39EFE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#39EFE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #39EFE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #39EFE6;
  -webkit-box-shadow:	1px 1px 3px 2px #39EFE6;
  box-shadow:		1px 1px 3px 2px #39EFE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #39EFE6;
-webkit-box-shadow: 1px 1px 3px 2px #39EFE6;
box-shadow:1px 1px 3px 2px #39EFE6;">
Div content here</div>
This div box has shadow with color #39EFE6.

Preview

Color preview on black background

This text has color #39EFE6 on black background.


Color preview on white background

This text has color #39EFE6 on white background.



Black color preview on #39EFE6 background

This text has black color on #39EFE6 background.


White color preview on #39EFE6 background

This text has white color on #39EFE6 background.