Shades of Turquoise #51FDC0
Tints of Turquoise #51FDC0
RGB
CMYK
RGB Variations
Color information
#51FDC0 (or 0x51FDC0) is known color: Turquoise. HEX triplet: 51, FD and C0. RGB value is (81,253,192). Sum of RGB (Red+Green+Blue) = 81+253+192=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDC0 is #AE023F. Grayscale: #C2C2C2. Windows color (decimal): -11403840 or 12647761. OLE color: 12647761.
HSL color Cylindrical-coordinate representation of color #51FDC0: hue angle of 158.72º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDC0 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 192 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.01 |
| HSL | 158.72º | 0.98% | 0.65% | - |
| HSV(B) | 158.72º | 0.68% | 0.99% | - |
| XYZ | 48.03 | 75.81 | 61.97 | - |
| YUV | 194.62 | 126.52 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 192 | 0.68 | 0 | 0.24 | 0.01 | 158.72 | 0.98 | 0.65 |
| Hex | 51 | FD | C0 | 44 | 0 | 18 | 1 | 9F | 62 | 41 |
| Octal | 121 | 375 | 300 | 104 | 0 | 30 | 1 | 237 | 142 | 101 |
| Binary | 1010001 | 11111101 | 11000000 | 1000100 | 0 | 11000 | 1 | 10011111 | 1100010 | 1000001 |
Color Harmonies of #51FDC0
Complementary color
Monochromatic Colors of #51FDC0
Black with #51FDC0
Text Example
Text Example
White with #51FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FDC0; }
p { color: rgb(81,253,192); }
H1.HeaderClassName
{
color: #51FDC0;
}
.AnyTagClassName
{
color: #51FDC0;
}
</style>
background-color css
<style>
a { background-color: #51FDC0; }
a { background-color: rgb(81,253,192); }
div.DivClassName
{
background-color: #51FDC0;
}
.BgClassName
{
background-color: #51FDC0;
}
</style>
border-color css
<style>
span { border-color: #51FDC0; }
span { border-color: rgb(81,253,192); }
td.TdClassName
{
border-color: #51FDC0;
}
.TagClassName
{
border-color: #51FDC0;
}
</style>