Shades of Turquoise #51FEBC
Tints of Turquoise #51FEBC
RGB
CMYK
RGB Variations
Color information
#51FEBC (or 0x51FEBC) is known color: Turquoise. HEX triplet: 51, FE and BC. RGB value is (81,254,188). Sum of RGB (Red+Green+Blue) = 81+254+188=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEBC is #AE0143. Grayscale: #C2C2C2. Windows color (decimal): -11403588 or 12385873. OLE color: 12385873.
HSL color Cylindrical-coordinate representation of color #51FEBC: hue angle of 157.11º 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 #51FEBC is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 188 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.00 |
| HSL | 157.11º | 0.99% | 0.66% | - |
| HSV(B) | 157.11º | 0.68% | 1% | - |
| XYZ | 47.91 | 76.26 | 59.77 | - |
| YUV | 194.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 188 | 0.68 | 0 | 0.26 | 0.00 | 157.11 | 0.99 | 0.66 |
| Hex | 51 | FE | BC | 44 | 0 | 1A | 0 | 9D | 63 | 42 |
| Octal | 121 | 376 | 274 | 104 | 0 | 32 | 0 | 235 | 143 | 102 |
| Binary | 1010001 | 11111110 | 10111100 | 1000100 | 0 | 11010 | 0 | 10011101 | 1100011 | 1000010 |
Color Harmonies of #51FEBC
Complementary color
Monochromatic Colors of #51FEBC
Black with #51FEBC
Text Example
Text Example
White with #51FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEBC; }
p { color: rgb(81,254,188); }
H1.HeaderClassName
{
color: #51FEBC;
}
.AnyTagClassName
{
color: #51FEBC;
}
</style>
background-color css
<style>
a { background-color: #51FEBC; }
a { background-color: rgb(81,254,188); }
div.DivClassName
{
background-color: #51FEBC;
}
.BgClassName
{
background-color: #51FEBC;
}
</style>
border-color css
<style>
span { border-color: #51FEBC; }
span { border-color: rgb(81,254,188); }
td.TdClassName
{
border-color: #51FEBC;
}
.TagClassName
{
border-color: #51FEBC;
}
</style>