Shades of Turquoise #51F2BB
Tints of Turquoise #51F2BB
RGB
CMYK
RGB Variations
Color information
#51F2BB (or 0x51F2BB) is known color: Turquoise. HEX triplet: 51, F2 and BB. RGB value is (81,242,187). Sum of RGB (Red+Green+Blue) = 81+242+187=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #51F2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F2BB is #AE0D44. Grayscale: #BBBBBB. Windows color (decimal): -11406661 or 12317265. OLE color: 12317265.
HSL color Cylindrical-coordinate representation of color #51F2BB: hue angle of 159.5º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F2BB is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 242 | 187 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.05 |
| HSL | 159.5º | 0.86% | 0.63% | - |
| HSV(B) | 159.5º | 0.67% | 0.95% | - |
| XYZ | 44.12 | 68.84 | 57.98 | - |
| YUV | 187.59 | 127.66 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 242 | 187 | 0.67 | 0 | 0.23 | 0.05 | 159.5 | 0.86 | 0.63 |
| Hex | 51 | F2 | BB | 43 | 0 | 17 | 5 | A0 | 56 | 3F |
| Octal | 121 | 362 | 273 | 103 | 0 | 27 | 5 | 240 | 126 | 77 |
| Binary | 1010001 | 11110010 | 10111011 | 1000011 | 0 | 10111 | 101 | 10100000 | 1010110 | 111111 |
Color Harmonies of #51F2BB
Complementary color
Monochromatic Colors of #51F2BB
Black with #51F2BB
Text Example
Text Example
White with #51F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F2BB; }
p { color: rgb(81,242,187); }
H1.HeaderClassName
{
color: #51F2BB;
}
.AnyTagClassName
{
color: #51F2BB;
}
</style>
background-color css
<style>
a { background-color: #51F2BB; }
a { background-color: rgb(81,242,187); }
div.DivClassName
{
background-color: #51F2BB;
}
.BgClassName
{
background-color: #51F2BB;
}
</style>
border-color css
<style>
span { border-color: #51F2BB; }
span { border-color: rgb(81,242,187); }
td.TdClassName
{
border-color: #51F2BB;
}
.TagClassName
{
border-color: #51F2BB;
}
</style>