Html Css Color HEX #39DDD6 Turquoise

📋 copy color: '#39DDD6'

red 57 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #39DDD6

Tints of Turquoise #39DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 11.59%
G = 44.92%
B = 43.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#39DDD6 (or 0x39DDD6) is known color: Turquoise. HEX triplet: 39, DD and D6. RGB value is (57,221,214). Sum of RGB (Red+Green+Blue) = 57+221+214=492 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.59% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #39DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DDD6 is #C62229. Grayscale: #ABABAB. Windows color (decimal): -12984874 or 14081337. OLE color: 14081337.

HSL color Cylindrical-coordinate representation of color #39DDD6: hue angle of 177.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DDD6 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 221 214 -
CMYK 0.74 0 0.03 0.13
HSL 177.44º 0.71% 0.55% -
HSV(B) 177.44º 0.74% 0.87% -
XYZ 39.68 57.44 72.61 -
YUV 171.17 152.17 46.57 -
System Red Green Blue C M Y K H S L
Decimal 57 221 214 0.74 0 0.03 0.13 177.44 0.71 0.55
Hex 39 DD D6 4A 0 3 D B1 47 37
Octal 71 335 326 112 0 3 15 261 107 67
Binary 111001 11011101 11010110 1001010 0 11 1101 10110001 1000111 110111

Color Harmonies of #39DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DDD6

Black with #39DDD6

Text Example


Text Example

White with #39DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,221,214); }

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

background-color css

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

 a { background-color: rgb(57,221,214); }

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

border-color css

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

 span { border-color: rgb(57,221,214); }

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