Shades of Medium Turquoise #39CBC0
Tints of Medium Turquoise #39CBC0
RGB
CMYK
RGB Variations
Color information
#39CBC0 (or 0x39CBC0) is known color: Medium Turquoise. HEX triplet: 39, CB and C0. RGB value is (57,203,192). Sum of RGB (Red+Green+Blue) = 57+203+192=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBC0 is #C6343F. Grayscale: #9D9D9D. Windows color (decimal): -12989504 or 12634937. OLE color: 12634937.
HSL color Cylindrical-coordinate representation of color #39CBC0: hue angle of 175.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CBC0 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 192 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.20 |
| HSL | 175.48º | 0.58% | 0.51% | - |
| HSV(B) | 175.48º | 0.72% | 0.8% | - |
| XYZ | 32.56 | 47.39 | 57.3 | - |
| YUV | 158.09 | 147.13 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 192 | 0.72 | 0 | 0.05 | 0.20 | 175.48 | 0.58 | 0.51 |
| Hex | 39 | CB | C0 | 48 | 0 | 5 | 14 | AF | 3A | 33 |
| Octal | 71 | 313 | 300 | 110 | 0 | 5 | 24 | 257 | 72 | 63 |
| Binary | 111001 | 11001011 | 11000000 | 1001000 | 0 | 101 | 10100 | 10101111 | 111010 | 110011 |
Color Harmonies of #39CBC0
Complementary color
Monochromatic Colors of #39CBC0
Black with #39CBC0
Text Example
Text Example
White with #39CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CBC0; }
p { color: rgb(57,203,192); }
H1.HeaderClassName
{
color: #39CBC0;
}
.AnyTagClassName
{
color: #39CBC0;
}
</style>
background-color css
<style>
a { background-color: #39CBC0; }
a { background-color: rgb(57,203,192); }
div.DivClassName
{
background-color: #39CBC0;
}
.BgClassName
{
background-color: #39CBC0;
}
</style>
border-color css
<style>
span { border-color: #39CBC0; }
span { border-color: rgb(57,203,192); }
td.TdClassName
{
border-color: #39CBC0;
}
.TagClassName
{
border-color: #39CBC0;
}
</style>