Shades of Turquoise #51FFB8
Tints of Turquoise #51FFB8
RGB
CMYK
RGB Variations
Color information
#51FFB8 (or 0x51FFB8) is known color: Turquoise. HEX triplet: 51, FF and B8. RGB value is (81,255,184). Sum of RGB (Red+Green+Blue) = 81+255+184=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFB8 is #AE0047. Grayscale: #C2C2C2. Windows color (decimal): -11403336 or 12123985. OLE color: 12123985.
HSL color Cylindrical-coordinate representation of color #51FFB8: hue angle of 155.52º 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 #51FFB8 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 184 | - |
| CMYK | 0.68 | 0 | 0.28 | 0 |
| HSL | 155.52º | 1% | 0.66% | - |
| HSV(B) | 155.52º | 0.68% | 1% | - |
| XYZ | 47.81 | 76.73 | 57.64 | - |
| YUV | 194.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 184 | 0.68 | 0 | 0.28 | 0 | 155.52 | 1 | 0.66 |
| Hex | 51 | FF | B8 | 44 | 0 | 1C | 0 | 9C | 64 | 42 |
| Octal | 121 | 377 | 270 | 104 | 0 | 34 | 0 | 234 | 144 | 102 |
| Binary | 1010001 | 11111111 | 10111000 | 1000100 | 0 | 11100 | 0 | 10011100 | 1100100 | 1000010 |
Color Harmonies of #51FFB8
Complementary color
Monochromatic Colors of #51FFB8
Black with #51FFB8
Text Example
Text Example
White with #51FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFB8; }
p { color: rgb(81,255,184); }
H1.HeaderClassName
{
color: #51FFB8;
}
.AnyTagClassName
{
color: #51FFB8;
}
</style>
background-color css
<style>
a { background-color: #51FFB8; }
a { background-color: rgb(81,255,184); }
div.DivClassName
{
background-color: #51FFB8;
}
.BgClassName
{
background-color: #51FFB8;
}
</style>
border-color css
<style>
span { border-color: #51FFB8; }
span { border-color: rgb(81,255,184); }
td.TdClassName
{
border-color: #51FFB8;
}
.TagClassName
{
border-color: #51FFB8;
}
</style>