Shades of Turquoise #51ECE9
Tints of Turquoise #51ECE9
RGB
CMYK
RGB Variations
Color information
#51ECE9 (or 0x51ECE9) is known color: Turquoise. HEX triplet: 51, EC and E9. RGB value is (81,236,233). Sum of RGB (Red+Green+Blue) = 81+236+233=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51ECE9 is #AE1316. Grayscale: #BDBDBD. Windows color (decimal): -11408151 or 15330385. OLE color: 15330385.
HSL color Cylindrical-coordinate representation of color #51ECE9: hue angle of 178.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51ECE9 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 236 | 233 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.07 |
| HSL | 178.84º | 0.8% | 0.62% | - |
| HSV(B) | 178.84º | 0.66% | 0.93% | - |
| XYZ | 48.1 | 67.62 | 87.61 | - |
| YUV | 189.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 236 | 233 | 0.66 | 0 | 0.01 | 0.07 | 178.84 | 0.8 | 0.62 |
| Hex | 51 | EC | E9 | 42 | 0 | 1 | 7 | B3 | 50 | 3E |
| Octal | 121 | 354 | 351 | 102 | 0 | 1 | 7 | 263 | 120 | 76 |
| Binary | 1010001 | 11101100 | 11101001 | 1000010 | 0 | 1 | 111 | 10110011 | 1010000 | 111110 |
Color Harmonies of #51ECE9
Complementary color
Monochromatic Colors of #51ECE9
Black with #51ECE9
Text Example
Text Example
White with #51ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ECE9; }
p { color: rgb(81,236,233); }
H1.HeaderClassName
{
color: #51ECE9;
}
.AnyTagClassName
{
color: #51ECE9;
}
</style>
background-color css
<style>
a { background-color: #51ECE9; }
a { background-color: rgb(81,236,233); }
div.DivClassName
{
background-color: #51ECE9;
}
.BgClassName
{
background-color: #51ECE9;
}
</style>
border-color css
<style>
span { border-color: #51ECE9; }
span { border-color: rgb(81,236,233); }
td.TdClassName
{
border-color: #51ECE9;
}
.TagClassName
{
border-color: #51ECE9;
}
</style>