Shades of Medium Turquoise #36C5BC
Tints of Medium Turquoise #36C5BC
RGB
CMYK
RGB Variations
Color information
#36C5BC (or 0x36C5BC) is known color: Medium Turquoise. HEX triplet: 36, C5 and BC. RGB value is (54,197,188). Sum of RGB (Red+Green+Blue) = 54+197+188=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #36C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C5BC is #C93A43. Grayscale: #999999. Windows color (decimal): -13187652 or 12371254. OLE color: 12371254.
HSL color Cylindrical-coordinate representation of color #36C5BC: hue angle of 176.22º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C5BC is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 197 | 188 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.23 |
| HSL | 176.22º | 0.57% | 0.49% | - |
| HSV(B) | 176.22º | 0.73% | 0.77% | - |
| XYZ | 30.56 | 44.35 | 54.53 | - |
| YUV | 153.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 197 | 188 | 0.73 | 0 | 0.05 | 0.23 | 176.22 | 0.57 | 0.49 |
| Hex | 36 | C5 | BC | 49 | 0 | 5 | 17 | B0 | 39 | 31 |
| Octal | 66 | 305 | 274 | 111 | 0 | 5 | 27 | 260 | 71 | 61 |
| Binary | 110110 | 11000101 | 10111100 | 1001001 | 0 | 101 | 10111 | 10110000 | 111001 | 110001 |
Color Harmonies of #36C5BC
Complementary color
Monochromatic Colors of #36C5BC
Black with #36C5BC
Text Example
Text Example
White with #36C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C5BC; }
p { color: rgb(54,197,188); }
H1.HeaderClassName
{
color: #36C5BC;
}
.AnyTagClassName
{
color: #36C5BC;
}
</style>
background-color css
<style>
a { background-color: #36C5BC; }
a { background-color: rgb(54,197,188); }
div.DivClassName
{
background-color: #36C5BC;
}
.BgClassName
{
background-color: #36C5BC;
}
</style>
border-color css
<style>
span { border-color: #36C5BC; }
span { border-color: rgb(54,197,188); }
td.TdClassName
{
border-color: #36C5BC;
}
.TagClassName
{
border-color: #36C5BC;
}
</style>