Shades of Turquoise #51E9D2
Tints of Turquoise #51E9D2
RGB
CMYK
RGB Variations
Color information
#51E9D2 (or 0x51E9D2) is known color: Turquoise. HEX triplet: 51, E9 and D2. RGB value is (81,233,210). Sum of RGB (Red+Green+Blue) = 81+233+210=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9D2 is #AE162D. Grayscale: #B8B8B8. Windows color (decimal): -11408942 or 13822289. OLE color: 13822289.
HSL color Cylindrical-coordinate representation of color #51E9D2: hue angle of 170.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E9D2 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 233 | 210 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.09 |
| HSL | 170.92º | 0.78% | 0.62% | - |
| HSV(B) | 170.92º | 0.65% | 0.91% | - |
| XYZ | 44.17 | 64.68 | 71.13 | - |
| YUV | 184.93 | 142.14 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 233 | 210 | 0.65 | 0 | 0.10 | 0.09 | 170.92 | 0.78 | 0.62 |
| Hex | 51 | E9 | D2 | 41 | 0 | A | 9 | AB | 4E | 3E |
| Octal | 121 | 351 | 322 | 101 | 0 | 12 | 11 | 253 | 116 | 76 |
| Binary | 1010001 | 11101001 | 11010010 | 1000001 | 0 | 1010 | 1001 | 10101011 | 1001110 | 111110 |
Color Harmonies of #51E9D2
Complementary color
Monochromatic Colors of #51E9D2
Black with #51E9D2
Text Example
Text Example
White with #51E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E9D2; }
p { color: rgb(81,233,210); }
H1.HeaderClassName
{
color: #51E9D2;
}
.AnyTagClassName
{
color: #51E9D2;
}
</style>
background-color css
<style>
a { background-color: #51E9D2; }
a { background-color: rgb(81,233,210); }
div.DivClassName
{
background-color: #51E9D2;
}
.BgClassName
{
background-color: #51E9D2;
}
</style>
border-color css
<style>
span { border-color: #51E9D2; }
span { border-color: rgb(81,233,210); }
td.TdClassName
{
border-color: #51E9D2;
}
.TagClassName
{
border-color: #51E9D2;
}
</style>