Shades of Turquoise #51E2CB
Tints of Turquoise #51E2CB
RGB
CMYK
RGB Variations
Color information
#51E2CB (or 0x51E2CB) is known color: Turquoise. HEX triplet: 51, E2 and CB. RGB value is (81,226,203). Sum of RGB (Red+Green+Blue) = 81+226+203=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #51E2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E2CB is #AE1D34. Grayscale: #B3B3B3. Windows color (decimal): -11410741 or 13361745. OLE color: 13361745.
HSL color Cylindrical-coordinate representation of color #51E2CB: hue angle of 170.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E2CB is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 226 | 203 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.11 |
| HSL | 170.48º | 0.71% | 0.6% | - |
| HSV(B) | 170.48º | 0.64% | 0.89% | - |
| XYZ | 41.37 | 60.45 | 65.99 | - |
| YUV | 180.02 | 140.96 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 226 | 203 | 0.64 | 0 | 0.10 | 0.11 | 170.48 | 0.71 | 0.6 |
| Hex | 51 | E2 | CB | 40 | 0 | A | B | AA | 47 | 3C |
| Octal | 121 | 342 | 313 | 100 | 0 | 12 | 13 | 252 | 107 | 74 |
| Binary | 1010001 | 11100010 | 11001011 | 1000000 | 0 | 1010 | 1011 | 10101010 | 1000111 | 111100 |
Color Harmonies of #51E2CB
Complementary color
Monochromatic Colors of #51E2CB
Black with #51E2CB
Text Example
Text Example
White with #51E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E2CB; }
p { color: rgb(81,226,203); }
H1.HeaderClassName
{
color: #51E2CB;
}
.AnyTagClassName
{
color: #51E2CB;
}
</style>
background-color css
<style>
a { background-color: #51E2CB; }
a { background-color: rgb(81,226,203); }
div.DivClassName
{
background-color: #51E2CB;
}
.BgClassName
{
background-color: #51E2CB;
}
</style>
border-color css
<style>
span { border-color: #51E2CB; }
span { border-color: rgb(81,226,203); }
td.TdClassName
{
border-color: #51E2CB;
}
.TagClassName
{
border-color: #51E2CB;
}
</style>