Html Css Color HEX #39DCC8 Turquoise

📋 copy color: '#39DCC8'

red 57 ◦ green 220 ◦ blue 200

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

Shades of Turquoise #39DCC8

Tints of Turquoise #39DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.93%

R = 11.95%
G = 46.12%
B = 41.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#39DCC8 (or 0x39DCC8) is known color: Turquoise. HEX triplet: 39, DC and C8. RGB value is (57,220,200). Sum of RGB (Red+Green+Blue) = 57+220+200=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCC8 is #C62337. Grayscale: #A8A8A8. Windows color (decimal): -12985144 or 13163577. OLE color: 13163577.

HSL color Cylindrical-coordinate representation of color #39DCC8: hue angle of 172.64º 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 #39DCC8 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 220 200 -
CMYK 0.74 0 0.09 0.14
HSL 172.64º 0.7% 0.54% -
HSV(B) 172.64º 0.74% 0.86% -
XYZ 37.71 56.23 63.51 -
YUV 168.98 145.5 48.13 -
System Red Green Blue C M Y K H S L
Decimal 57 220 200 0.74 0 0.09 0.14 172.64 0.7 0.54
Hex 39 DC C8 4A 0 9 E AD 46 36
Octal 71 334 310 112 0 11 16 255 106 66
Binary 111001 11011100 11001000 1001010 0 1001 1110 10101101 1000110 110110

Color Harmonies of #39DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCC8

Black with #39DCC8

Text Example


Text Example

White with #39DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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