Shades of Medium Turquoise #36CEC9
Tints of Medium Turquoise #36CEC9
RGB
CMYK
RGB Variations
Color information
#36CEC9 (or 0x36CEC9) is known color: Medium Turquoise. HEX triplet: 36, CE and C9. RGB value is (54,206,201). Sum of RGB (Red+Green+Blue) = 54+206+201=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEC9 is #C93136. Grayscale: #9F9F9F. Windows color (decimal): -13185335 or 13225526. OLE color: 13225526.
HSL color Cylindrical-coordinate representation of color #36CEC9: hue angle of 178.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CEC9 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 201 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.19 |
| HSL | 178.03º | 0.61% | 0.51% | - |
| HSV(B) | 178.03º | 0.74% | 0.81% | - |
| XYZ | 34.14 | 49.14 | 62.94 | - |
| YUV | 159.98 | 151.14 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 201 | 0.74 | 0 | 0.02 | 0.19 | 178.03 | 0.61 | 0.51 |
| Hex | 36 | CE | C9 | 4A | 0 | 2 | 13 | B2 | 3D | 33 |
| Octal | 66 | 316 | 311 | 112 | 0 | 2 | 23 | 262 | 75 | 63 |
| Binary | 110110 | 11001110 | 11001001 | 1001010 | 0 | 10 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #36CEC9
Complementary color
Monochromatic Colors of #36CEC9
Black with #36CEC9
Text Example
Text Example
White with #36CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CEC9; }
p { color: rgb(54,206,201); }
H1.HeaderClassName
{
color: #36CEC9;
}
.AnyTagClassName
{
color: #36CEC9;
}
</style>
background-color css
<style>
a { background-color: #36CEC9; }
a { background-color: rgb(54,206,201); }
div.DivClassName
{
background-color: #36CEC9;
}
.BgClassName
{
background-color: #36CEC9;
}
</style>
border-color css
<style>
span { border-color: #36CEC9; }
span { border-color: rgb(54,206,201); }
td.TdClassName
{
border-color: #36CEC9;
}
.TagClassName
{
border-color: #36CEC9;
}
</style>