Shades of Medium Turquoise #36CCC8
Tints of Medium Turquoise #36CCC8
RGB
CMYK
RGB Variations
Color information
#36CCC8 (or 0x36CCC8) is known color: Medium Turquoise. HEX triplet: 36, CC and C8. RGB value is (54,204,200). Sum of RGB (Red+Green+Blue) = 54+204+200=458 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.79% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCC8 is #C93337. Grayscale: #9E9E9E. Windows color (decimal): -13185848 or 13159478. OLE color: 13159478.
HSL color Cylindrical-coordinate representation of color #36CCC8: hue angle of 178.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCC8 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 200 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.2 |
| HSL | 178.4º | 0.6% | 0.51% | - |
| HSV(B) | 178.4º | 0.74% | 0.8% | - |
| XYZ | 33.54 | 48.14 | 62.17 | - |
| YUV | 158.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 200 | 0.74 | 0 | 0.02 | 0.2 | 178.4 | 0.6 | 0.51 |
| Hex | 36 | CC | C8 | 4A | 0 | 2 | 14 | B2 | 3C | 33 |
| Octal | 66 | 314 | 310 | 112 | 0 | 2 | 24 | 262 | 74 | 63 |
| Binary | 110110 | 11001100 | 11001000 | 1001010 | 0 | 10 | 10100 | 10110010 | 111100 | 110011 |
Color Harmonies of #36CCC8
Complementary color
Monochromatic Colors of #36CCC8
Black with #36CCC8
Text Example
Text Example
White with #36CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCC8; }
p { color: rgb(54,204,200); }
H1.HeaderClassName
{
color: #36CCC8;
}
.AnyTagClassName
{
color: #36CCC8;
}
</style>
background-color css
<style>
a { background-color: #36CCC8; }
a { background-color: rgb(54,204,200); }
div.DivClassName
{
background-color: #36CCC8;
}
.BgClassName
{
background-color: #36CCC8;
}
</style>
border-color css
<style>
span { border-color: #36CCC8; }
span { border-color: rgb(54,204,200); }
td.TdClassName
{
border-color: #36CCC8;
}
.TagClassName
{
border-color: #36CCC8;
}
</style>