#39CED9

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

Shades of Medium Turquoise #39CED9

Tints of Medium Turquoise #39CED9

Color information

#39CED9 (or 0x39CED9) is unknown color: approx Medium Turquoise. HEX triplet: 39, CE and D9. RGB value is (57,206,217). Sum of RGB (Red+Green+Blue) = 57+206+217=480 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.88% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #39CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CED9 is #C63126. Grayscale: #A2A2A2. Windows color (decimal): -12988711 or 14274105. OLE color: 14274105.

HSL color Cylindrical-coordinate representation of color #39CED9: hue angle of 184.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39CED9 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57206217-
CMYK0.740.0500.15
HSL184.12º67.8%53.73%-
HSV(B)184.12º73.73%85.1%-
XYZ36.2850.0273.39-
YUV162.7158.6452.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.88%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=11.88%
G=42.92%
B=45.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572062170.740.0500.15184.1267.853.73
Hex39CED94A50Fb84436
Octal71316331112501727010466
Binary1110011100111011011001100101010101111101110001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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