Html Css Color HEX #39ECCE Turquoise

📋 copy color: '#39ECCE'

red 57 ◦ green 236 ◦ blue 206

#39ECCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #39ECCE

Tints of Turquoise #39ECCE

RGB

 RED value IS 57 (22.66% from 255) = 11.42%

 GREEN value IS 236 (92.58% from 255) = 47.29%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 11.42%
G = 47.29%
B = 41.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#39ECCE (or 0x39ECCE) is known color: Turquoise. HEX triplet: 39, EC and CE. RGB value is (57,236,206). Sum of RGB (Red+Green+Blue) = 57+236+206=499 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.42% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #39ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39ECCE is #C61331. Grayscale: #B2B2B2. Windows color (decimal): -12981042 or 13560889. OLE color: 13560889.

HSL color Cylindrical-coordinate representation of color #39ECCE: hue angle of 169.94º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39ECCE is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 236 206 -
CMYK 0.76 0 0.13 0.07
HSL 169.94º 0.82% 0.57% -
HSV(B) 169.94º 0.76% 0.93% -
XYZ 42.82 65.32 68.74 -
YUV 179.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 57 236 206 0.76 0 0.13 0.07 169.94 0.82 0.57
Hex 39 EC CE 4C 0 D 7 AA 52 39
Octal 71 354 316 114 0 15 7 252 122 71
Binary 111001 11101100 11001110 1001100 0 1101 111 10101010 1010010 111001

Color Harmonies of #39ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39ECCE

Black with #39ECCE

Text Example


Text Example

White with #39ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39ECCE; }

 p { color: rgb(57,236,206); }

 H1.HeaderClassName
 {
   color: #39ECCE;
 }
 .AnyTagClassName
 {
   color: #39ECCE;
 }
</style>

background-color css

<style>
 a { background-color: #39ECCE; }

 a { background-color: rgb(57,236,206); }

 div.DivClassName
 {
   background-color: #39ECCE;
 }
 .BgClassName
 {
   background-color: #39ECCE;
 }
</style>

border-color css

<style>
 span { border-color: #39ECCE; }

 span { border-color: rgb(57,236,206); }

 td.TdClassName
 {
   border-color: #39ECCE;
 }
 .TagClassName
 {
   border-color: #39ECCE;
 }
</style>