Shades of Turquoise #51FEBB
Tints of Turquoise #51FEBB
RGB
CMYK
RGB Variations
Color information
#51FEBB (or 0x51FEBB) is known color: Turquoise. HEX triplet: 51, FE and BB. RGB value is (81,254,187). Sum of RGB (Red+Green+Blue) = 81+254+187=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEBB is #AE0144. Grayscale: #C2C2C2. Windows color (decimal): -11403589 or 12320337. OLE color: 12320337.
HSL color Cylindrical-coordinate representation of color #51FEBB: hue angle of 156.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FEBB is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 187 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.00 |
| HSL | 156.76º | 0.99% | 0.66% | - |
| HSV(B) | 156.76º | 0.68% | 1% | - |
| XYZ | 47.8 | 76.22 | 59.21 | - |
| YUV | 194.64 | 123.69 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 187 | 0.68 | 0 | 0.26 | 0.00 | 156.76 | 0.99 | 0.66 |
| Hex | 51 | FE | BB | 44 | 0 | 1A | 0 | 9D | 63 | 42 |
| Octal | 121 | 376 | 273 | 104 | 0 | 32 | 0 | 235 | 143 | 102 |
| Binary | 1010001 | 11111110 | 10111011 | 1000100 | 0 | 11010 | 0 | 10011101 | 1100011 | 1000010 |
Color Harmonies of #51FEBB
Complementary color
Monochromatic Colors of #51FEBB
Black with #51FEBB
Text Example
Text Example
White with #51FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEBB; }
p { color: rgb(81,254,187); }
H1.HeaderClassName
{
color: #51FEBB;
}
.AnyTagClassName
{
color: #51FEBB;
}
</style>
background-color css
<style>
a { background-color: #51FEBB; }
a { background-color: rgb(81,254,187); }
div.DivClassName
{
background-color: #51FEBB;
}
.BgClassName
{
background-color: #51FEBB;
}
</style>
border-color css
<style>
span { border-color: #51FEBB; }
span { border-color: rgb(81,254,187); }
td.TdClassName
{
border-color: #51FEBB;
}
.TagClassName
{
border-color: #51FEBB;
}
</style>