Shades of Turquoise #51FECF
Tints of Turquoise #51FECF
RGB
CMYK
RGB Variations
Color information
#51FECF (or 0x51FECF) is known color: Turquoise. HEX triplet: 51, FE and CF. RGB value is (81,254,207). Sum of RGB (Red+Green+Blue) = 81+254+207=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #51FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FECF is #AE0130. Grayscale: #C4C4C4. Windows color (decimal): -11403569 or 13631057. OLE color: 13631057.
HSL color Cylindrical-coordinate representation of color #51FECF: hue angle of 163.7º 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 #51FECF is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 207 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.00 |
| HSL | 163.7º | 0.99% | 0.66% | - |
| HSV(B) | 163.7º | 0.68% | 1% | - |
| XYZ | 50.1 | 77.14 | 71.28 | - |
| YUV | 196.92 | 133.69 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 207 | 0.68 | 0 | 0.19 | 0.00 | 163.7 | 0.99 | 0.66 |
| Hex | 51 | FE | CF | 44 | 0 | 13 | 0 | A4 | 63 | 42 |
| Octal | 121 | 376 | 317 | 104 | 0 | 23 | 0 | 244 | 143 | 102 |
| Binary | 1010001 | 11111110 | 11001111 | 1000100 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000010 |
Color Harmonies of #51FECF
Complementary color
Monochromatic Colors of #51FECF
Black with #51FECF
Text Example
Text Example
White with #51FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FECF; }
p { color: rgb(81,254,207); }
H1.HeaderClassName
{
color: #51FECF;
}
.AnyTagClassName
{
color: #51FECF;
}
</style>
background-color css
<style>
a { background-color: #51FECF; }
a { background-color: rgb(81,254,207); }
div.DivClassName
{
background-color: #51FECF;
}
.BgClassName
{
background-color: #51FECF;
}
</style>
border-color css
<style>
span { border-color: #51FECF; }
span { border-color: rgb(81,254,207); }
td.TdClassName
{
border-color: #51FECF;
}
.TagClassName
{
border-color: #51FECF;
}
</style>