Shades of Medium Turquoise #39CEC0
Tints of Medium Turquoise #39CEC0
RGB
CMYK
RGB Variations
Color information
#39CEC0 (or 0x39CEC0) is known color: Medium Turquoise. HEX triplet: 39, CE and C0. RGB value is (57,206,192). Sum of RGB (Red+Green+Blue) = 57+206+192=455 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.53% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEC0 is #C6313F. Grayscale: #9F9F9F. Windows color (decimal): -12988736 or 12635705. OLE color: 12635705.
HSL color Cylindrical-coordinate representation of color #39CEC0: hue angle of 174.36º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CEC0 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 206 | 192 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.19 |
| HSL | 174.36º | 0.6% | 0.52% | - |
| HSV(B) | 174.36º | 0.72% | 0.81% | - |
| XYZ | 33.27 | 48.82 | 57.54 | - |
| YUV | 159.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 206 | 192 | 0.72 | 0 | 0.07 | 0.19 | 174.36 | 0.6 | 0.52 |
| Hex | 39 | CE | C0 | 48 | 0 | 7 | 13 | AE | 3C | 34 |
| Octal | 71 | 316 | 300 | 110 | 0 | 7 | 23 | 256 | 74 | 64 |
| Binary | 111001 | 11001110 | 11000000 | 1001000 | 0 | 111 | 10011 | 10101110 | 111100 | 110100 |
Color Harmonies of #39CEC0
Complementary color
Monochromatic Colors of #39CEC0
Black with #39CEC0
Text Example
Text Example
White with #39CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CEC0; }
p { color: rgb(57,206,192); }
H1.HeaderClassName
{
color: #39CEC0;
}
.AnyTagClassName
{
color: #39CEC0;
}
</style>
background-color css
<style>
a { background-color: #39CEC0; }
a { background-color: rgb(57,206,192); }
div.DivClassName
{
background-color: #39CEC0;
}
.BgClassName
{
background-color: #39CEC0;
}
</style>
border-color css
<style>
span { border-color: #39CEC0; }
span { border-color: rgb(57,206,192); }
td.TdClassName
{
border-color: #39CEC0;
}
.TagClassName
{
border-color: #39CEC0;
}
</style>