Shades of Medium Turquoise #36CFBC
Tints of Medium Turquoise #36CFBC
RGB
CMYK
RGB Variations
Color information
#36CFBC (or 0x36CFBC) is known color: Medium Turquoise. HEX triplet: 36, CF and BC. RGB value is (54,207,188). Sum of RGB (Red+Green+Blue) = 54+207+188=449 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.03% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFBC is #C93043. Grayscale: #9F9F9F. Windows color (decimal): -13185092 or 12373814. OLE color: 12373814.
HSL color Cylindrical-coordinate representation of color #36CFBC: hue angle of 172.55º 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 #36CFBC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 188 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.19 |
| HSL | 172.55º | 0.61% | 0.51% | - |
| HSV(B) | 172.55º | 0.74% | 0.81% | - |
| XYZ | 32.91 | 49.04 | 55.31 | - |
| YUV | 159.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 188 | 0.74 | 0 | 0.09 | 0.19 | 172.55 | 0.61 | 0.51 |
| Hex | 36 | CF | BC | 4A | 0 | 9 | 13 | AD | 3D | 33 |
| Octal | 66 | 317 | 274 | 112 | 0 | 11 | 23 | 255 | 75 | 63 |
| Binary | 110110 | 11001111 | 10111100 | 1001010 | 0 | 1001 | 10011 | 10101101 | 111101 | 110011 |
Color Harmonies of #36CFBC
Complementary color
Monochromatic Colors of #36CFBC
Black with #36CFBC
Text Example
Text Example
White with #36CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFBC; }
p { color: rgb(54,207,188); }
H1.HeaderClassName
{
color: #36CFBC;
}
.AnyTagClassName
{
color: #36CFBC;
}
</style>
background-color css
<style>
a { background-color: #36CFBC; }
a { background-color: rgb(54,207,188); }
div.DivClassName
{
background-color: #36CFBC;
}
.BgClassName
{
background-color: #36CFBC;
}
</style>
border-color css
<style>
span { border-color: #36CFBC; }
span { border-color: rgb(54,207,188); }
td.TdClassName
{
border-color: #36CFBC;
}
.TagClassName
{
border-color: #36CFBC;
}
</style>