Shades of Turquoise #51FECD
Tints of Turquoise #51FECD
RGB
CMYK
RGB Variations
Color information
#51FECD (or 0x51FECD) is known color: Turquoise. HEX triplet: 51, FE and CD. RGB value is (81,254,205). Sum of RGB (Red+Green+Blue) = 81+254+205=540 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #51FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FECD is #AE0132. Grayscale: #C4C4C4. Windows color (decimal): -11403571 or 13499985. OLE color: 13499985.
HSL color Cylindrical-coordinate representation of color #51FECD: hue angle of 163.01º 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 #51FECD is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 205 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.00 |
| HSL | 163.01º | 0.99% | 0.66% | - |
| HSV(B) | 163.01º | 0.68% | 1% | - |
| XYZ | 49.85 | 77.04 | 70 | - |
| YUV | 196.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 205 | 0.68 | 0 | 0.19 | 0.00 | 163.01 | 0.99 | 0.66 |
| Hex | 51 | FE | CD | 44 | 0 | 13 | 0 | A3 | 63 | 42 |
| Octal | 121 | 376 | 315 | 104 | 0 | 23 | 0 | 243 | 143 | 102 |
| Binary | 1010001 | 11111110 | 11001101 | 1000100 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000010 |
Color Harmonies of #51FECD
Complementary color
Monochromatic Colors of #51FECD
Black with #51FECD
Text Example
Text Example
White with #51FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FECD; }
p { color: rgb(81,254,205); }
H1.HeaderClassName
{
color: #51FECD;
}
.AnyTagClassName
{
color: #51FECD;
}
</style>
background-color css
<style>
a { background-color: #51FECD; }
a { background-color: rgb(81,254,205); }
div.DivClassName
{
background-color: #51FECD;
}
.BgClassName
{
background-color: #51FECD;
}
</style>
border-color css
<style>
span { border-color: #51FECD; }
span { border-color: rgb(81,254,205); }
td.TdClassName
{
border-color: #51FECD;
}
.TagClassName
{
border-color: #51FECD;
}
</style>