Shades of Medium Turquoise #39CBC6
Tints of Medium Turquoise #39CBC6
RGB
CMYK
RGB Variations
Color information
#39CBC6 (or 0x39CBC6) is known color: Medium Turquoise. HEX triplet: 39, CB and C6. RGB value is (57,203,198). Sum of RGB (Red+Green+Blue) = 57+203+198=458 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.45% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBC6 is #C63439. Grayscale: #9E9E9E. Windows color (decimal): -12989498 or 13028153. OLE color: 13028153.
HSL color Cylindrical-coordinate representation of color #39CBC6: hue angle of 177.95º 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 #39CBC6 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 198 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.20 |
| HSL | 177.95º | 0.58% | 0.51% | - |
| HSV(B) | 177.95º | 0.72% | 0.8% | - |
| XYZ | 33.24 | 47.66 | 60.87 | - |
| YUV | 158.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 198 | 0.72 | 0 | 0.02 | 0.20 | 177.95 | 0.58 | 0.51 |
| Hex | 39 | CB | C6 | 48 | 0 | 2 | 14 | B2 | 3A | 33 |
| Octal | 71 | 313 | 306 | 110 | 0 | 2 | 24 | 262 | 72 | 63 |
| Binary | 111001 | 11001011 | 11000110 | 1001000 | 0 | 10 | 10100 | 10110010 | 111010 | 110011 |
Color Harmonies of #39CBC6
Complementary color
Monochromatic Colors of #39CBC6
Black with #39CBC6
Text Example
Text Example
White with #39CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CBC6; }
p { color: rgb(57,203,198); }
H1.HeaderClassName
{
color: #39CBC6;
}
.AnyTagClassName
{
color: #39CBC6;
}
</style>
background-color css
<style>
a { background-color: #39CBC6; }
a { background-color: rgb(57,203,198); }
div.DivClassName
{
background-color: #39CBC6;
}
.BgClassName
{
background-color: #39CBC6;
}
</style>
border-color css
<style>
span { border-color: #39CBC6; }
span { border-color: rgb(57,203,198); }
td.TdClassName
{
border-color: #39CBC6;
}
.TagClassName
{
border-color: #39CBC6;
}
</style>