Html Css Color HEX #39D6CE Turquoise

📋 copy color: '#39D6CE'

red 57 ◦ green 214 ◦ blue 206

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

Shades of Turquoise #39D6CE

Tints of Turquoise #39D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

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

R = 11.95%
G = 44.86%
B = 43.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#39D6CE (or 0x39D6CE) is known color: Turquoise. HEX triplet: 39, D6 and CE. RGB value is (57,214,206). Sum of RGB (Red+Green+Blue) = 57+214+206=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #39D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D6CE is #C62931. Grayscale: #A6A6A6. Windows color (decimal): -12986674 or 13555257. OLE color: 13555257.

HSL color Cylindrical-coordinate representation of color #39D6CE: hue angle of 176.94º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D6CE is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 214 206 -
CMYK 0.73 0 0.04 0.16
HSL 176.94º 0.66% 0.53% -
HSV(B) 176.94º 0.73% 0.84% -
XYZ 36.87 53.42 66.76 -
YUV 166.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 57 214 206 0.73 0 0.04 0.16 176.94 0.66 0.53
Hex 39 D6 CE 49 0 4 10 B1 42 35
Octal 71 326 316 111 0 4 20 261 102 65
Binary 111001 11010110 11001110 1001001 0 100 10000 10110001 1000010 110101

Color Harmonies of #39D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D6CE

Black with #39D6CE

Text Example


Text Example

White with #39D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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