Shades of Turquoise #51FEB5
Tints of Turquoise #51FEB5
RGB
CMYK
RGB Variations
Color information
#51FEB5 (or 0x51FEB5) is known color: Turquoise. HEX triplet: 51, FE and B5. RGB value is (81,254,181). Sum of RGB (Red+Green+Blue) = 81+254+181=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEB5 is #AE014A. Grayscale: #C2C2C2. Windows color (decimal): -11403595 or 11927121. OLE color: 11927121.
HSL color Cylindrical-coordinate representation of color #51FEB5: hue angle of 154.68º 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 #51FEB5 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 181 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.00 |
| HSL | 154.68º | 0.99% | 0.66% | - |
| HSV(B) | 154.68º | 0.68% | 1% | - |
| XYZ | 47.18 | 75.97 | 55.89 | - |
| YUV | 193.95 | 120.69 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 181 | 0.68 | 0 | 0.29 | 0.00 | 154.68 | 0.99 | 0.66 |
| Hex | 51 | FE | B5 | 44 | 0 | 1D | 0 | 9B | 63 | 42 |
| Octal | 121 | 376 | 265 | 104 | 0 | 35 | 0 | 233 | 143 | 102 |
| Binary | 1010001 | 11111110 | 10110101 | 1000100 | 0 | 11101 | 0 | 10011011 | 1100011 | 1000010 |
Color Harmonies of #51FEB5
Complementary color
Monochromatic Colors of #51FEB5
Black with #51FEB5
Text Example
Text Example
White with #51FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEB5; }
p { color: rgb(81,254,181); }
H1.HeaderClassName
{
color: #51FEB5;
}
.AnyTagClassName
{
color: #51FEB5;
}
</style>
background-color css
<style>
a { background-color: #51FEB5; }
a { background-color: rgb(81,254,181); }
div.DivClassName
{
background-color: #51FEB5;
}
.BgClassName
{
background-color: #51FEB5;
}
</style>
border-color css
<style>
span { border-color: #51FEB5; }
span { border-color: rgb(81,254,181); }
td.TdClassName
{
border-color: #51FEB5;
}
.TagClassName
{
border-color: #51FEB5;
}
</style>