Shades of Turquoise #51FEDA
Tints of Turquoise #51FEDA
RGB
CMYK
RGB Variations
Color information
#51FEDA (or 0x51FEDA) is known color: Turquoise. HEX triplet: 51, FE and DA. RGB value is (81,254,218). Sum of RGB (Red+Green+Blue) = 81+254+218=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEDA is #AE0125. Grayscale: #C6C6C6. Windows color (decimal): -11403558 or 14351953. OLE color: 14351953.
HSL color Cylindrical-coordinate representation of color #51FEDA: hue angle of 167.51º 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 #51FEDA is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 218 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.00 |
| HSL | 167.51º | 0.99% | 0.66% | - |
| HSV(B) | 167.51º | 0.68% | 1% | - |
| XYZ | 51.49 | 77.69 | 78.61 | - |
| YUV | 198.17 | 139.19 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 218 | 0.68 | 0 | 0.14 | 0.00 | 167.51 | 0.99 | 0.66 |
| Hex | 51 | FE | DA | 44 | 0 | E | 0 | A8 | 63 | 42 |
| Octal | 121 | 376 | 332 | 104 | 0 | 16 | 0 | 250 | 143 | 102 |
| Binary | 1010001 | 11111110 | 11011010 | 1000100 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #51FEDA
Complementary color
Monochromatic Colors of #51FEDA
Black with #51FEDA
Text Example
Text Example
White with #51FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEDA; }
p { color: rgb(81,254,218); }
H1.HeaderClassName
{
color: #51FEDA;
}
.AnyTagClassName
{
color: #51FEDA;
}
</style>
background-color css
<style>
a { background-color: #51FEDA; }
a { background-color: rgb(81,254,218); }
div.DivClassName
{
background-color: #51FEDA;
}
.BgClassName
{
background-color: #51FEDA;
}
</style>
border-color css
<style>
span { border-color: #51FEDA; }
span { border-color: rgb(81,254,218); }
td.TdClassName
{
border-color: #51FEDA;
}
.TagClassName
{
border-color: #51FEDA;
}
</style>