Html Css Color HEX #39DCD9 Turquoise

📋 copy color: '#39DCD9'

red 57 ◦ green 220 ◦ blue 217

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

Shades of Turquoise #39DCD9

Tints of Turquoise #39DCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.93%

R = 11.54%
G = 44.53%
B = 43.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#39DCD9 (or 0x39DCD9) is known color: Turquoise. HEX triplet: 39, DC and D9. RGB value is (57,220,217). Sum of RGB (Red+Green+Blue) = 57+220+217=494 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.54% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCD9 is #C62326. Grayscale: #AAAAAA. Windows color (decimal): -12985127 or 14277689. OLE color: 14277689.

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

Color convert

RGB 57 220 217 -
CMYK 0.74 0 0.01 0.14
HSL 178.9º 0.7% 0.54% -
HSV(B) 178.9º 0.74% 0.86% -
XYZ 39.8 57.07 74.56 -
YUV 170.92 154 46.74 -
System Red Green Blue C M Y K H S L
Decimal 57 220 217 0.74 0 0.01 0.14 178.9 0.7 0.54
Hex 39 DC D9 4A 0 1 E B3 46 36
Octal 71 334 331 112 0 1 16 263 106 66
Binary 111001 11011100 11011001 1001010 0 1 1110 10110011 1000110 110110

Color Harmonies of #39DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCD9

Black with #39DCD9

Text Example


Text Example

White with #39DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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