Shades of Medium Turquoise #36C0BD
Tints of Medium Turquoise #36C0BD
RGB
CMYK
RGB Variations
Color information
#36C0BD (or 0x36C0BD) is known color: Medium Turquoise. HEX triplet: 36, C0 and BD. RGB value is (54,192,189). Sum of RGB (Red+Green+Blue) = 54+192+189=435 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.41% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C0BD is #C93F42. Grayscale: #969696. Windows color (decimal): -13188931 or 12435510. OLE color: 12435510.
HSL color Cylindrical-coordinate representation of color #36C0BD: hue angle of 178.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C0BD is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 189 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.25 |
| HSL | 178.7º | 0.56% | 0.48% | - |
| HSV(B) | 178.7º | 0.72% | 0.75% | - |
| XYZ | 29.56 | 42.16 | 54.72 | - |
| YUV | 150.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 189 | 0.72 | 0 | 0.02 | 0.25 | 178.7 | 0.56 | 0.48 |
| Hex | 36 | C0 | BD | 48 | 0 | 2 | 19 | B3 | 38 | 30 |
| Octal | 66 | 300 | 275 | 110 | 0 | 2 | 31 | 263 | 70 | 60 |
| Binary | 110110 | 11000000 | 10111101 | 1001000 | 0 | 10 | 11001 | 10110011 | 111000 | 110000 |
Color Harmonies of #36C0BD
Complementary color
Monochromatic Colors of #36C0BD
Black with #36C0BD
Text Example
Text Example
White with #36C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C0BD; }
p { color: rgb(54,192,189); }
H1.HeaderClassName
{
color: #36C0BD;
}
.AnyTagClassName
{
color: #36C0BD;
}
</style>
background-color css
<style>
a { background-color: #36C0BD; }
a { background-color: rgb(54,192,189); }
div.DivClassName
{
background-color: #36C0BD;
}
.BgClassName
{
background-color: #36C0BD;
}
</style>
border-color css
<style>
span { border-color: #36C0BD; }
span { border-color: rgb(54,192,189); }
td.TdClassName
{
border-color: #36C0BD;
}
.TagClassName
{
border-color: #36C0BD;
}
</style>