Shades of Turquoise #51FFBB
Tints of Turquoise #51FFBB
RGB
CMYK
RGB Variations
Color information
#51FFBB (or 0x51FFBB) is known color: Turquoise. HEX triplet: 51, FF and BB. RGB value is (81,255,187). Sum of RGB (Red+Green+Blue) = 81+255+187=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFBB is #AE0044. Grayscale: #C3C3C3. Windows color (decimal): -11403333 or 12320593. OLE color: 12320593.
HSL color Cylindrical-coordinate representation of color #51FFBB: hue angle of 156.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFBB is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 187 | - |
| CMYK | 0.68 | 0 | 0.27 | 0 |
| HSL | 156.55º | 1% | 0.66% | - |
| HSV(B) | 156.55º | 0.68% | 1% | - |
| XYZ | 48.12 | 76.86 | 59.31 | - |
| YUV | 195.22 | 123.35 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 187 | 0.68 | 0 | 0.27 | 0 | 156.55 | 1 | 0.66 |
| Hex | 51 | FF | BB | 44 | 0 | 1B | 0 | 9D | 64 | 42 |
| Octal | 121 | 377 | 273 | 104 | 0 | 33 | 0 | 235 | 144 | 102 |
| Binary | 1010001 | 11111111 | 10111011 | 1000100 | 0 | 11011 | 0 | 10011101 | 1100100 | 1000010 |
Color Harmonies of #51FFBB
Complementary color
Monochromatic Colors of #51FFBB
Black with #51FFBB
Text Example
Text Example
White with #51FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFBB; }
p { color: rgb(81,255,187); }
H1.HeaderClassName
{
color: #51FFBB;
}
.AnyTagClassName
{
color: #51FFBB;
}
</style>
background-color css
<style>
a { background-color: #51FFBB; }
a { background-color: rgb(81,255,187); }
div.DivClassName
{
background-color: #51FFBB;
}
.BgClassName
{
background-color: #51FFBB;
}
</style>
border-color css
<style>
span { border-color: #51FFBB; }
span { border-color: rgb(81,255,187); }
td.TdClassName
{
border-color: #51FFBB;
}
.TagClassName
{
border-color: #51FFBB;
}
</style>