Shades of Turquoise #51E8C4
Tints of Turquoise #51E8C4
RGB
CMYK
RGB Variations
Color information
#51E8C4 (or 0x51E8C4) is known color: Turquoise. HEX triplet: 51, E8 and C4. RGB value is (81,232,196). Sum of RGB (Red+Green+Blue) = 81+232+196=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8C4 is #AE173B. Grayscale: #B6B6B6. Windows color (decimal): -11409212 or 12904529. OLE color: 12904529.
HSL color Cylindrical-coordinate representation of color #51E8C4: hue angle of 165.7º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E8C4 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 232 | 196 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.09 |
| HSL | 165.7º | 0.77% | 0.61% | - |
| HSV(B) | 165.7º | 0.65% | 0.91% | - |
| XYZ | 42.21 | 63.45 | 62.25 | - |
| YUV | 182.75 | 135.47 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 232 | 196 | 0.65 | 0 | 0.16 | 0.09 | 165.7 | 0.77 | 0.61 |
| Hex | 51 | E8 | C4 | 41 | 0 | 10 | 9 | A6 | 4D | 3D |
| Octal | 121 | 350 | 304 | 101 | 0 | 20 | 11 | 246 | 115 | 75 |
| Binary | 1010001 | 11101000 | 11000100 | 1000001 | 0 | 10000 | 1001 | 10100110 | 1001101 | 111101 |
Color Harmonies of #51E8C4
Complementary color
Monochromatic Colors of #51E8C4
Black with #51E8C4
Text Example
Text Example
White with #51E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E8C4; }
p { color: rgb(81,232,196); }
H1.HeaderClassName
{
color: #51E8C4;
}
.AnyTagClassName
{
color: #51E8C4;
}
</style>
background-color css
<style>
a { background-color: #51E8C4; }
a { background-color: rgb(81,232,196); }
div.DivClassName
{
background-color: #51E8C4;
}
.BgClassName
{
background-color: #51E8C4;
}
</style>
border-color css
<style>
span { border-color: #51E8C4; }
span { border-color: rgb(81,232,196); }
td.TdClassName
{
border-color: #51E8C4;
}
.TagClassName
{
border-color: #51E8C4;
}
</style>