Shades of Turquoise #51E2E4
Tints of Turquoise #51E2E4
RGB
CMYK
RGB Variations
Color information
#51E2E4 (or 0x51E2E4) is known color: Turquoise. HEX triplet: 51, E2 and E4. RGB value is (81,226,228). Sum of RGB (Red+Green+Blue) = 81+226+228=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #51E2E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E2E4 is #AE1D1B. Grayscale: #B6B6B6. Windows color (decimal): -11410716 or 15000145. OLE color: 15000145.
HSL color Cylindrical-coordinate representation of color #51E2E4: hue angle of 180.82º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E2E4 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 226 | 228 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.11 |
| HSL | 180.82º | 0.73% | 0.61% | - |
| HSV(B) | 180.82º | 0.64% | 0.89% | - |
| XYZ | 44.59 | 61.74 | 82.97 | - |
| YUV | 182.87 | 153.46 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 226 | 228 | 0.64 | 0.01 | 0 | 0.11 | 180.82 | 0.73 | 0.61 |
| Hex | 51 | E2 | E4 | 40 | 1 | 0 | B | B5 | 49 | 3D |
| Octal | 121 | 342 | 344 | 100 | 1 | 0 | 13 | 265 | 111 | 75 |
| Binary | 1010001 | 11100010 | 11100100 | 1000000 | 1 | 0 | 1011 | 10110101 | 1001001 | 111101 |
Color Harmonies of #51E2E4
Complementary color
Monochromatic Colors of #51E2E4
Black with #51E2E4
Text Example
Text Example
White with #51E2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E2E4; }
p { color: rgb(81,226,228); }
H1.HeaderClassName
{
color: #51E2E4;
}
.AnyTagClassName
{
color: #51E2E4;
}
</style>
background-color css
<style>
a { background-color: #51E2E4; }
a { background-color: rgb(81,226,228); }
div.DivClassName
{
background-color: #51E2E4;
}
.BgClassName
{
background-color: #51E2E4;
}
</style>
border-color css
<style>
span { border-color: #51E2E4; }
span { border-color: rgb(81,226,228); }
td.TdClassName
{
border-color: #51E2E4;
}
.TagClassName
{
border-color: #51E2E4;
}
</style>