Shades of Turquoise #51FDC6
Tints of Turquoise #51FDC6
RGB
CMYK
RGB Variations
Color information
#51FDC6 (or 0x51FDC6) is known color: Turquoise. HEX triplet: 51, FD and C6. RGB value is (81,253,198). Sum of RGB (Red+Green+Blue) = 81+253+198=532 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.23% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDC6 is #AE0239. Grayscale: #C3C3C3. Windows color (decimal): -11403834 or 13040977. OLE color: 13040977.
HSL color Cylindrical-coordinate representation of color #51FDC6: hue angle of 160.81º 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 #51FDC6 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 198 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.01 |
| HSL | 160.81º | 0.98% | 0.65% | - |
| HSV(B) | 160.81º | 0.68% | 0.99% | - |
| XYZ | 48.71 | 76.08 | 65.54 | - |
| YUV | 195.3 | 129.52 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 198 | 0.68 | 0 | 0.22 | 0.01 | 160.81 | 0.98 | 0.65 |
| Hex | 51 | FD | C6 | 44 | 0 | 16 | 1 | A1 | 62 | 41 |
| Octal | 121 | 375 | 306 | 104 | 0 | 26 | 1 | 241 | 142 | 101 |
| Binary | 1010001 | 11111101 | 11000110 | 1000100 | 0 | 10110 | 1 | 10100001 | 1100010 | 1000001 |
Color Harmonies of #51FDC6
Complementary color
Monochromatic Colors of #51FDC6
Black with #51FDC6
Text Example
Text Example
White with #51FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FDC6; }
p { color: rgb(81,253,198); }
H1.HeaderClassName
{
color: #51FDC6;
}
.AnyTagClassName
{
color: #51FDC6;
}
</style>
background-color css
<style>
a { background-color: #51FDC6; }
a { background-color: rgb(81,253,198); }
div.DivClassName
{
background-color: #51FDC6;
}
.BgClassName
{
background-color: #51FDC6;
}
</style>
border-color css
<style>
span { border-color: #51FDC6; }
span { border-color: rgb(81,253,198); }
td.TdClassName
{
border-color: #51FDC6;
}
.TagClassName
{
border-color: #51FDC6;
}
</style>