#39D0E0

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

Shades of Medium Turquoise #39D0E0

Tints of Medium Turquoise #39D0E0

Color information

#39D0E0 (or 0x39D0E0) is unknown color: approx Medium Turquoise. HEX triplet: 39, D0 and E0. RGB value is (57,208,224). Sum of RGB (Red+Green+Blue) = 57+208+224=489 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.66% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #39D0E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0E0 is #C62F1F. Grayscale: #A4A4A4. Windows color (decimal): -12988192 or 14733369. OLE color: 14733369.

HSL color Cylindrical-coordinate representation of color #39D0E0: hue angle of 185.75º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39D0E0 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB57208224-
CMYK0.750.0700.12
HSL185.75º72.93%55.1%-
HSV(B)185.75º74.55%87.84%-
XYZ37.751.3678.45-
YUV164.68161.4751.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.66%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=11.66%
G=42.54%
B=45.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal572082240.750.0700.12185.7572.9355.1
Hex39D0E04B70Cba4937
Octal71320340113701427211167
Binary1110011101000011100000100101111101100101110101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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