#39D0E2

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

Shades of Medium Turquoise #39D0E2

Tints of Medium Turquoise #39D0E2

Color information

#39D0E2 (or 0x39D0E2) is unknown color: approx Medium Turquoise. HEX triplet: 39, D0 and E2. RGB value is (57,208,226). Sum of RGB (Red+Green+Blue) = 57+208+226=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #39D0E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D0E2 is #C62F1D. Grayscale: #A4A4A4. Windows color (decimal): -12988190 or 14864441. OLE color: 14864441.

HSL color Cylindrical-coordinate representation of color #39D0E2: hue angle of 186.39º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39D0E2 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB57208226-
CMYK0.750.0800.11
HSL186.39º74.45%55.49%-
HSV(B)186.39º74.78%88.63%-
XYZ37.9751.4779.89-
YUV164.9162.4751.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.61%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 226 (88.67% from 255) = 46.03%
R=11.61%
G=42.36%
B=46.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572082260.750.0800.11186.3974.4555.49
Hex39D0E24B80Bba4a37
Octal713203421131001327211267
Binary11100111010000111000101001011100001011101110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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