Shades of Medium Turquoise #36C0C9
Tints of Medium Turquoise #36C0C9
RGB
CMYK
RGB Variations
Color information
#36C0C9 (or 0x36C0C9) is known color: Medium Turquoise. HEX triplet: 36, C0 and C9. RGB value is (54,192,201). Sum of RGB (Red+Green+Blue) = 54+192+201=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #36C0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C0C9 is #C93F36. Grayscale: #979797. Windows color (decimal): -13188919 or 13221942. OLE color: 13221942.
HSL color Cylindrical-coordinate representation of color #36C0C9: hue angle of 183.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C0C9 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 192 | 201 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.21 |
| HSL | 183.67º | 0.58% | 0.5% | - |
| HSV(B) | 183.67º | 0.73% | 0.79% | - |
| XYZ | 30.91 | 42.7 | 61.87 | - |
| YUV | 151.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 201 | 0.73 | 0.04 | 0 | 0.21 | 183.67 | 0.58 | 0.5 |
| Hex | 36 | C0 | C9 | 49 | 4 | 0 | 15 | B8 | 3A | 32 |
| Octal | 66 | 300 | 311 | 111 | 4 | 0 | 25 | 270 | 72 | 62 |
| Binary | 110110 | 11000000 | 11001001 | 1001001 | 100 | 0 | 10101 | 10111000 | 111010 | 110010 |
Color Harmonies of #36C0C9
Complementary color
Monochromatic Colors of #36C0C9
Black with #36C0C9
Text Example
Text Example
White with #36C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C0C9; }
p { color: rgb(54,192,201); }
H1.HeaderClassName
{
color: #36C0C9;
}
.AnyTagClassName
{
color: #36C0C9;
}
</style>
background-color css
<style>
a { background-color: #36C0C9; }
a { background-color: rgb(54,192,201); }
div.DivClassName
{
background-color: #36C0C9;
}
.BgClassName
{
background-color: #36C0C9;
}
</style>
border-color css
<style>
span { border-color: #36C0C9; }
span { border-color: rgb(54,192,201); }
td.TdClassName
{
border-color: #36C0C9;
}
.TagClassName
{
border-color: #36C0C9;
}
</style>