Shades of Medium Turquoise #36C2B9
Tints of Medium Turquoise #36C2B9
RGB
CMYK
RGB Variations
Color information
#36C2B9 (or 0x36C2B9) is known color: Medium Turquoise. HEX triplet: 36, C2 and B9. RGB value is (54,194,185). Sum of RGB (Red+Green+Blue) = 54+194+185=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2B9 is #C93D46. Grayscale: #979797. Windows color (decimal): -13188423 or 12173878. OLE color: 12173878.
HSL color Cylindrical-coordinate representation of color #36C2B9: hue angle of 176.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2B9 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 185 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.24 |
| HSL | 176.14º | 0.56% | 0.49% | - |
| HSV(B) | 176.14º | 0.72% | 0.76% | - |
| XYZ | 29.57 | 42.87 | 52.62 | - |
| YUV | 151.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 185 | 0.72 | 0 | 0.05 | 0.24 | 176.14 | 0.56 | 0.49 |
| Hex | 36 | C2 | B9 | 48 | 0 | 5 | 18 | B0 | 38 | 31 |
| Octal | 66 | 302 | 271 | 110 | 0 | 5 | 30 | 260 | 70 | 61 |
| Binary | 110110 | 11000010 | 10111001 | 1001000 | 0 | 101 | 11000 | 10110000 | 111000 | 110001 |
Color Harmonies of #36C2B9
Complementary color
Monochromatic Colors of #36C2B9
Black with #36C2B9
Text Example
Text Example
White with #36C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C2B9; }
p { color: rgb(54,194,185); }
H1.HeaderClassName
{
color: #36C2B9;
}
.AnyTagClassName
{
color: #36C2B9;
}
</style>
background-color css
<style>
a { background-color: #36C2B9; }
a { background-color: rgb(54,194,185); }
div.DivClassName
{
background-color: #36C2B9;
}
.BgClassName
{
background-color: #36C2B9;
}
</style>
border-color css
<style>
span { border-color: #36C2B9; }
span { border-color: rgb(54,194,185); }
td.TdClassName
{
border-color: #36C2B9;
}
.TagClassName
{
border-color: #36C2B9;
}
</style>