Html Css Color HEX #39DACE Turquoise

📋 copy color: '#39DACE'

red 57 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #39DACE

Tints of Turquoise #39DACE

RGB

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

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

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

R = 11.85%
G = 45.32%
B = 42.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#39DACE (or 0x39DACE) is known color: Turquoise. HEX triplet: 39, DA and CE. RGB value is (57,218,206). Sum of RGB (Red+Green+Blue) = 57+218+206=481 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.85% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #39DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DACE is #C62531. Grayscale: #A8A8A8. Windows color (decimal): -12985650 or 13556281. OLE color: 13556281.

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

Color convert

RGB 57 218 206 -
CMYK 0.74 0 0.06 0.15
HSL 175.53º 0.69% 0.54% -
HSV(B) 175.53º 0.74% 0.85% -
XYZ 37.9 55.47 67.1 -
YUV 168.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 57 218 206 0.74 0 0.06 0.15 175.53 0.69 0.54
Hex 39 DA CE 4A 0 6 F B0 45 36
Octal 71 332 316 112 0 6 17 260 105 66
Binary 111001 11011010 11001110 1001010 0 110 1111 10110000 1000101 110110

Color Harmonies of #39DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DACE

Black with #39DACE

Text Example


Text Example

White with #39DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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