Shades of Turquoise #36FFBB
Tints of Turquoise #36FFBB
RGB
CMYK
RGB Variations
Color information
#36FFBB (or 0x36FFBB) is known color: Turquoise. HEX triplet: 36, FF and BB. RGB value is (54,255,187). Sum of RGB (Red+Green+Blue) = 54+255+187=496 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.89% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFBB is #C90044. Grayscale: #BBBBBB. Windows color (decimal): -13172805 or 12320566. OLE color: 12320566.
HSL color Cylindrical-coordinate representation of color #36FFBB: hue angle of 159.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFBB is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 187 | - |
| CMYK | 0.79 | 0 | 0.27 | 0 |
| HSL | 159.7º | 1% | 0.61% | - |
| HSV(B) | 159.7º | 0.79% | 1% | - |
| XYZ | 46.25 | 75.89 | 59.22 | - |
| YUV | 187.15 | 127.91 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 187 | 0.79 | 0 | 0.27 | 0 | 159.7 | 1 | 0.61 |
| Hex | 36 | FF | BB | 4F | 0 | 1B | 0 | A0 | 64 | 3D |
| Octal | 66 | 377 | 273 | 117 | 0 | 33 | 0 | 240 | 144 | 75 |
| Binary | 110110 | 11111111 | 10111011 | 1001111 | 0 | 11011 | 0 | 10100000 | 1100100 | 111101 |
Color Harmonies of #36FFBB
Complementary color
Monochromatic Colors of #36FFBB
Black with #36FFBB
Text Example
Text Example
White with #36FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFBB; }
p { color: rgb(54,255,187); }
H1.HeaderClassName
{
color: #36FFBB;
}
.AnyTagClassName
{
color: #36FFBB;
}
</style>
background-color css
<style>
a { background-color: #36FFBB; }
a { background-color: rgb(54,255,187); }
div.DivClassName
{
background-color: #36FFBB;
}
.BgClassName
{
background-color: #36FFBB;
}
</style>
border-color css
<style>
span { border-color: #36FFBB; }
span { border-color: rgb(54,255,187); }
td.TdClassName
{
border-color: #36FFBB;
}
.TagClassName
{
border-color: #36FFBB;
}
</style>