Shades of Turquoise #51FDD4
Tints of Turquoise #51FDD4
RGB
CMYK
RGB Variations
Color information
#51FDD4 (or 0x51FDD4) is known color: Turquoise. HEX triplet: 51, FD and D4. RGB value is (81,253,212). Sum of RGB (Red+Green+Blue) = 81+253+212=546 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.84% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDD4 is #AE022B. Grayscale: #C4C4C4. Windows color (decimal): -11403820 or 13958481. OLE color: 13958481.
HSL color Cylindrical-coordinate representation of color #51FDD4: hue angle of 165.7º 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 #51FDD4 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 212 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.01 |
| HSL | 165.7º | 0.98% | 0.65% | - |
| HSV(B) | 165.7º | 0.68% | 0.99% | - |
| XYZ | 50.4 | 76.75 | 74.45 | - |
| YUV | 196.9 | 136.52 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 212 | 0.68 | 0 | 0.16 | 0.01 | 165.7 | 0.98 | 0.65 |
| Hex | 51 | FD | D4 | 44 | 0 | 10 | 1 | A6 | 62 | 41 |
| Octal | 121 | 375 | 324 | 104 | 0 | 20 | 1 | 246 | 142 | 101 |
| Binary | 1010001 | 11111101 | 11010100 | 1000100 | 0 | 10000 | 1 | 10100110 | 1100010 | 1000001 |
Color Harmonies of #51FDD4
Complementary color
Monochromatic Colors of #51FDD4
Black with #51FDD4
Text Example
Text Example
White with #51FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FDD4; }
p { color: rgb(81,253,212); }
H1.HeaderClassName
{
color: #51FDD4;
}
.AnyTagClassName
{
color: #51FDD4;
}
</style>
background-color css
<style>
a { background-color: #51FDD4; }
a { background-color: rgb(81,253,212); }
div.DivClassName
{
background-color: #51FDD4;
}
.BgClassName
{
background-color: #51FDD4;
}
</style>
border-color css
<style>
span { border-color: #51FDD4; }
span { border-color: rgb(81,253,212); }
td.TdClassName
{
border-color: #51FDD4;
}
.TagClassName
{
border-color: #51FDD4;
}
</style>