#39D0DE

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

Shades of Medium Turquoise #39D0DE

Tints of Medium Turquoise #39D0DE

Color information

#39D0DE (or 0x39D0DE) is unknown color: approx Medium Turquoise. HEX triplet: 39, D0 and DE. RGB value is (57,208,222). Sum of RGB (Red+Green+Blue) = 57+208+222=487 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.70% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #39D0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0DE is #C62F21. Grayscale: #A4A4A4. Windows color (decimal): -12988194 or 14602297. OLE color: 14602297.

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

Color convert

RGB57208222-
CMYK0.740.0600.13
HSL185.09º71.43%54.71%-
HSV(B)185.09º74.32%87.06%-
XYZ37.4351.2677.03-
YUV164.45160.4751.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.70%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=11.70%
G=42.71%
B=45.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572082220.740.0600.13185.0971.4354.71
Hex39D0DE4A60Db94737
Octal71320336112601527110767
Binary1110011101000011011110100101011001101101110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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