#39D0CE

Color #39D0CE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #39D0CE

Tints of Medium Turquoise #39D0CE

Color information

#39D0CE (or 0x39D0CE) is unknown color: approx Medium Turquoise. HEX triplet: 39, D0 and CE. RGB value is (57,208,206). Sum of RGB (Red+Green+Blue) = 57+208+206=471 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.10% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #39D0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0CE is #C62F31. Grayscale: #A2A2A2. Windows color (decimal): -12988210 or 13553721. OLE color: 13553721.

HSL color Cylindrical-coordinate representation of color #39D0CE: hue angle of 179.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D0CE is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB57208206-
CMYK0.7300.010.18
HSL179.21º61.63%51.96%-
HSV(B)179.21º72.6%81.57%-
XYZ35.3850.4466.26-
YUV162.62152.4752.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.10%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=12.10%
G=44.16%
B=43.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal572082060.7300.010.18179.2161.6351.96
Hex39D0CE490112b33e34
Octal7132031611101222637664
Binary11100111010000110011101001001011001010110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39D0CE;
 }
 .AnyTagClassName
 {
   color: #39D0CE;
 }
</style>
background-color css

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

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

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

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

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

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