Html Css Color HEX #39DCCE Turquoise

📋 copy color: '#39DCCE'

red 57 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #39DCCE

Tints of Turquoise #39DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 11.8%
G = 45.55%
B = 42.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#39DCCE (or 0x39DCCE) is known color: Turquoise. HEX triplet: 39, DC and CE. RGB value is (57,220,206). Sum of RGB (Red+Green+Blue) = 57+220+206=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCCE is #C62331. Grayscale: #A9A9A9. Windows color (decimal): -12985138 or 13556793. OLE color: 13556793.

HSL color Cylindrical-coordinate representation of color #39DCCE: hue angle of 174.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DCCE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 220 206 -
CMYK 0.74 0 0.06 0.14
HSL 174.85º 0.7% 0.54% -
HSV(B) 174.85º 0.74% 0.86% -
XYZ 38.42 56.51 67.28 -
YUV 169.67 148.5 47.64 -
System Red Green Blue C M Y K H S L
Decimal 57 220 206 0.74 0 0.06 0.14 174.85 0.7 0.54
Hex 39 DC CE 4A 0 6 E AF 46 36
Octal 71 334 316 112 0 6 16 257 106 66
Binary 111001 11011100 11001110 1001010 0 110 1110 10101111 1000110 110110

Color Harmonies of #39DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCCE

Black with #39DCCE

Text Example


Text Example

White with #39DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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