Shades of Turquoise #51FFBF
Tints of Turquoise #51FFBF
RGB
CMYK
RGB Variations
Color information
#51FFBF (or 0x51FFBF) is known color: Turquoise. HEX triplet: 51, FF and BF. RGB value is (81,255,191). Sum of RGB (Red+Green+Blue) = 81+255+191=527 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.37% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFBF is #AE0040. Grayscale: #C3C3C3. Windows color (decimal): -11403329 or 12582737. OLE color: 12582737.
HSL color Cylindrical-coordinate representation of color #51FFBF: hue angle of 157.93º 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 #51FFBF is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 191 | - |
| CMYK | 0.68 | 0 | 0.25 | 0 |
| HSL | 157.93º | 1% | 0.66% | - |
| HSV(B) | 157.93º | 0.68% | 1% | - |
| XYZ | 48.56 | 77.03 | 61.6 | - |
| YUV | 195.68 | 125.35 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 191 | 0.68 | 0 | 0.25 | 0 | 157.93 | 1 | 0.66 |
| Hex | 51 | FF | BF | 44 | 0 | 19 | 0 | 9E | 64 | 42 |
| Octal | 121 | 377 | 277 | 104 | 0 | 31 | 0 | 236 | 144 | 102 |
| Binary | 1010001 | 11111111 | 10111111 | 1000100 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000010 |
Color Harmonies of #51FFBF
Complementary color
Monochromatic Colors of #51FFBF
Black with #51FFBF
Text Example
Text Example
White with #51FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFBF; }
p { color: rgb(81,255,191); }
H1.HeaderClassName
{
color: #51FFBF;
}
.AnyTagClassName
{
color: #51FFBF;
}
</style>
background-color css
<style>
a { background-color: #51FFBF; }
a { background-color: rgb(81,255,191); }
div.DivClassName
{
background-color: #51FFBF;
}
.BgClassName
{
background-color: #51FFBF;
}
</style>
border-color css
<style>
span { border-color: #51FFBF; }
span { border-color: rgb(81,255,191); }
td.TdClassName
{
border-color: #51FFBF;
}
.TagClassName
{
border-color: #51FFBF;
}
</style>