Shades of Medium Turquoise #36CCC9
Tints of Medium Turquoise #36CCC9
RGB
CMYK
RGB Variations
Color information
#36CCC9 (or 0x36CCC9) is known color: Medium Turquoise. HEX triplet: 36, CC and C9. RGB value is (54,204,201). Sum of RGB (Red+Green+Blue) = 54+204+201=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCC9 is #C93336. Grayscale: #9E9E9E. Windows color (decimal): -13185847 or 13225014. OLE color: 13225014.
HSL color Cylindrical-coordinate representation of color #36CCC9: hue angle of 178.8º 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 #36CCC9 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 201 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.2 |
| HSL | 178.8º | 0.6% | 0.51% | - |
| HSV(B) | 178.8º | 0.74% | 0.8% | - |
| XYZ | 33.66 | 48.19 | 62.79 | - |
| YUV | 158.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 201 | 0.74 | 0 | 0.01 | 0.2 | 178.8 | 0.6 | 0.51 |
| Hex | 36 | CC | C9 | 4A | 0 | 1 | 14 | B3 | 3C | 33 |
| Octal | 66 | 314 | 311 | 112 | 0 | 1 | 24 | 263 | 74 | 63 |
| Binary | 110110 | 11001100 | 11001001 | 1001010 | 0 | 1 | 10100 | 10110011 | 111100 | 110011 |
Color Harmonies of #36CCC9
Complementary color
Monochromatic Colors of #36CCC9
Black with #36CCC9
Text Example
Text Example
White with #36CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCC9; }
p { color: rgb(54,204,201); }
H1.HeaderClassName
{
color: #36CCC9;
}
.AnyTagClassName
{
color: #36CCC9;
}
</style>
background-color css
<style>
a { background-color: #36CCC9; }
a { background-color: rgb(54,204,201); }
div.DivClassName
{
background-color: #36CCC9;
}
.BgClassName
{
background-color: #36CCC9;
}
</style>
border-color css
<style>
span { border-color: #36CCC9; }
span { border-color: rgb(54,204,201); }
td.TdClassName
{
border-color: #36CCC9;
}
.TagClassName
{
border-color: #36CCC9;
}
</style>