Shades of Medium Turquoise #39CECC
Tints of Medium Turquoise #39CECC
RGB
CMYK
RGB Variations
Color information
#39CECC (or 0x39CECC) is known color: Medium Turquoise. HEX triplet: 39, CE and CC. RGB value is (57,206,204). Sum of RGB (Red+Green+Blue) = 57+206+204=467 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.21% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #39CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CECC is #C63133. Grayscale: #A1A1A1. Windows color (decimal): -12988724 or 13422137. OLE color: 13422137.
HSL color Cylindrical-coordinate representation of color #39CECC: hue angle of 179.19º 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 #39CECC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 206 | 204 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.19 |
| HSL | 179.19º | 0.6% | 0.52% | - |
| HSV(B) | 179.19º | 0.72% | 0.81% | - |
| XYZ | 34.66 | 49.37 | 64.83 | - |
| YUV | 161.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 206 | 204 | 0.72 | 0 | 0.01 | 0.19 | 179.19 | 0.6 | 0.52 |
| Hex | 39 | CE | CC | 48 | 0 | 1 | 13 | B3 | 3C | 34 |
| Octal | 71 | 316 | 314 | 110 | 0 | 1 | 23 | 263 | 74 | 64 |
| Binary | 111001 | 11001110 | 11001100 | 1001000 | 0 | 1 | 10011 | 10110011 | 111100 | 110100 |
Color Harmonies of #39CECC
Complementary color
Monochromatic Colors of #39CECC
Black with #39CECC
Text Example
Text Example
White with #39CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CECC; }
p { color: rgb(57,206,204); }
H1.HeaderClassName
{
color: #39CECC;
}
.AnyTagClassName
{
color: #39CECC;
}
</style>
background-color css
<style>
a { background-color: #39CECC; }
a { background-color: rgb(57,206,204); }
div.DivClassName
{
background-color: #39CECC;
}
.BgClassName
{
background-color: #39CECC;
}
</style>
border-color css
<style>
span { border-color: #39CECC; }
span { border-color: rgb(57,206,204); }
td.TdClassName
{
border-color: #39CECC;
}
.TagClassName
{
border-color: #39CECC;
}
</style>