Shades of Turquoise #51E9CB
Tints of Turquoise #51E9CB
RGB
CMYK
RGB Variations
Color information
#51E9CB (or 0x51E9CB) is known color: Turquoise. HEX triplet: 51, E9 and CB. RGB value is (81,233,203). Sum of RGB (Red+Green+Blue) = 81+233+203=517 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.67% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9CB is #AE1634. Grayscale: #B8B8B8. Windows color (decimal): -11408949 or 13363537. OLE color: 13363537.
HSL color Cylindrical-coordinate representation of color #51E9CB: hue angle of 168.16º 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 #51E9CB is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 233 | 203 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.09 |
| HSL | 168.16º | 0.78% | 0.62% | - |
| HSV(B) | 168.16º | 0.65% | 0.91% | - |
| XYZ | 43.31 | 64.34 | 66.64 | - |
| YUV | 184.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 233 | 203 | 0.65 | 0 | 0.13 | 0.09 | 168.16 | 0.78 | 0.62 |
| Hex | 51 | E9 | CB | 41 | 0 | D | 9 | A8 | 4E | 3E |
| Octal | 121 | 351 | 313 | 101 | 0 | 15 | 11 | 250 | 116 | 76 |
| Binary | 1010001 | 11101001 | 11001011 | 1000001 | 0 | 1101 | 1001 | 10101000 | 1001110 | 111110 |
Color Harmonies of #51E9CB
Complementary color
Monochromatic Colors of #51E9CB
Black with #51E9CB
Text Example
Text Example
White with #51E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E9CB; }
p { color: rgb(81,233,203); }
H1.HeaderClassName
{
color: #51E9CB;
}
.AnyTagClassName
{
color: #51E9CB;
}
</style>
background-color css
<style>
a { background-color: #51E9CB; }
a { background-color: rgb(81,233,203); }
div.DivClassName
{
background-color: #51E9CB;
}
.BgClassName
{
background-color: #51E9CB;
}
</style>
border-color css
<style>
span { border-color: #51E9CB; }
span { border-color: rgb(81,233,203); }
td.TdClassName
{
border-color: #51E9CB;
}
.TagClassName
{
border-color: #51E9CB;
}
</style>