Html Css Color HEX #39DAD2 Turquoise

📋 copy color: '#39DAD2'

red 57 ◦ green 218 ◦ blue 210

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

Shades of Turquoise #39DAD2

Tints of Turquoise #39DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 11.75%
G = 44.95%
B = 43.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#39DAD2 (or 0x39DAD2) is known color: Turquoise. HEX triplet: 39, DA and D2. RGB value is (57,218,210). Sum of RGB (Red+Green+Blue) = 57+218+210=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #39DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DAD2 is #C6252D. Grayscale: #A8A8A8. Windows color (decimal): -12985646 or 13818425. OLE color: 13818425.

HSL color Cylindrical-coordinate representation of color #39DAD2: hue angle of 177.02º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DAD2 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 218 210 -
CMYK 0.74 0 0.04 0.15
HSL 177.02º 0.69% 0.54% -
HSV(B) 177.02º 0.74% 0.85% -
XYZ 38.39 55.67 69.69 -
YUV 168.95 151.16 48.15 -
System Red Green Blue C M Y K H S L
Decimal 57 218 210 0.74 0 0.04 0.15 177.02 0.69 0.54
Hex 39 DA D2 4A 0 4 F B1 45 36
Octal 71 332 322 112 0 4 17 261 105 66
Binary 111001 11011010 11010010 1001010 0 100 1111 10110001 1000101 110110

Color Harmonies of #39DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DAD2

Black with #39DAD2

Text Example


Text Example

White with #39DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,218,210); }

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

background-color css

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

 a { background-color: rgb(57,218,210); }

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

border-color css

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

 span { border-color: rgb(57,218,210); }

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