Shades of Turquoise #51E6C2
Tints of Turquoise #51E6C2
RGB
CMYK
RGB Variations
Color information
#51E6C2 (or 0x51E6C2) is known color: Turquoise. HEX triplet: 51, E6 and C2. RGB value is (81,230,194). Sum of RGB (Red+Green+Blue) = 81+230+194=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #51E6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E6C2 is #AE193D. Grayscale: #B5B5B5. Windows color (decimal): -11409726 or 12772945. OLE color: 12772945.
HSL color Cylindrical-coordinate representation of color #51E6C2: hue angle of 165.5º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E6C2 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 230 | 194 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.10 |
| HSL | 165.5º | 0.75% | 0.61% | - |
| HSV(B) | 165.5º | 0.65% | 0.9% | - |
| XYZ | 41.43 | 62.24 | 60.87 | - |
| YUV | 181.35 | 135.14 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 230 | 194 | 0.65 | 0 | 0.16 | 0.10 | 165.5 | 0.75 | 0.61 |
| Hex | 51 | E6 | C2 | 41 | 0 | 10 | A | A6 | 4B | 3D |
| Octal | 121 | 346 | 302 | 101 | 0 | 20 | 12 | 246 | 113 | 75 |
| Binary | 1010001 | 11100110 | 11000010 | 1000001 | 0 | 10000 | 1010 | 10100110 | 1001011 | 111101 |
Color Harmonies of #51E6C2
Complementary color
Monochromatic Colors of #51E6C2
Black with #51E6C2
Text Example
Text Example
White with #51E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E6C2; }
p { color: rgb(81,230,194); }
H1.HeaderClassName
{
color: #51E6C2;
}
.AnyTagClassName
{
color: #51E6C2;
}
</style>
background-color css
<style>
a { background-color: #51E6C2; }
a { background-color: rgb(81,230,194); }
div.DivClassName
{
background-color: #51E6C2;
}
.BgClassName
{
background-color: #51E6C2;
}
</style>
border-color css
<style>
span { border-color: #51E6C2; }
span { border-color: rgb(81,230,194); }
td.TdClassName
{
border-color: #51E6C2;
}
.TagClassName
{
border-color: #51E6C2;
}
</style>