Shades of Medium Turquoise #39CEC3
Tints of Medium Turquoise #39CEC3
RGB
CMYK
RGB Variations
Color information
#39CEC3 (or 0x39CEC3) is known color: Medium Turquoise. HEX triplet: 39, CE and C3. RGB value is (57,206,195). Sum of RGB (Red+Green+Blue) = 57+206+195=458 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.45% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #39CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CEC3 is #C6313C. Grayscale: #A0A0A0. Windows color (decimal): -12988733 or 12832313. OLE color: 12832313.
HSL color Cylindrical-coordinate representation of color #39CEC3: hue angle of 175.57º 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 #39CEC3 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 206 | 195 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.19 |
| HSL | 175.57º | 0.6% | 0.52% | - |
| HSV(B) | 175.57º | 0.72% | 0.81% | - |
| XYZ | 33.61 | 48.95 | 59.31 | - |
| YUV | 160.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 206 | 195 | 0.72 | 0 | 0.05 | 0.19 | 175.57 | 0.6 | 0.52 |
| Hex | 39 | CE | C3 | 48 | 0 | 5 | 13 | B0 | 3C | 34 |
| Octal | 71 | 316 | 303 | 110 | 0 | 5 | 23 | 260 | 74 | 64 |
| Binary | 111001 | 11001110 | 11000011 | 1001000 | 0 | 101 | 10011 | 10110000 | 111100 | 110100 |
Color Harmonies of #39CEC3
Complementary color
Monochromatic Colors of #39CEC3
Black with #39CEC3
Text Example
Text Example
White with #39CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CEC3; }
p { color: rgb(57,206,195); }
H1.HeaderClassName
{
color: #39CEC3;
}
.AnyTagClassName
{
color: #39CEC3;
}
</style>
background-color css
<style>
a { background-color: #39CEC3; }
a { background-color: rgb(57,206,195); }
div.DivClassName
{
background-color: #39CEC3;
}
.BgClassName
{
background-color: #39CEC3;
}
</style>
border-color css
<style>
span { border-color: #39CEC3; }
span { border-color: rgb(57,206,195); }
td.TdClassName
{
border-color: #39CEC3;
}
.TagClassName
{
border-color: #39CEC3;
}
</style>