Shades of Turquoise #51EEC5
Tints of Turquoise #51EEC5
RGB
CMYK
RGB Variations
Color information
#51EEC5 (or 0x51EEC5) is known color: Turquoise. HEX triplet: 51, EE and C5. RGB value is (81,238,197). Sum of RGB (Red+Green+Blue) = 81+238+197=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #51EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EEC5 is #AE113A. Grayscale: #BABABA. Windows color (decimal): -11407675 or 12971601. OLE color: 12971601.
HSL color Cylindrical-coordinate representation of color #51EEC5: hue angle of 164.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EEC5 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 238 | 197 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.07 |
| HSL | 164.33º | 0.82% | 0.63% | - |
| HSV(B) | 164.33º | 0.66% | 0.93% | - |
| XYZ | 44.05 | 66.93 | 63.42 | - |
| YUV | 186.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 197 | 0.66 | 0 | 0.17 | 0.07 | 164.33 | 0.82 | 0.63 |
| Hex | 51 | EE | C5 | 42 | 0 | 11 | 7 | A4 | 52 | 3F |
| Octal | 121 | 356 | 305 | 102 | 0 | 21 | 7 | 244 | 122 | 77 |
| Binary | 1010001 | 11101110 | 11000101 | 1000010 | 0 | 10001 | 111 | 10100100 | 1010010 | 111111 |
Color Harmonies of #51EEC5
Complementary color
Monochromatic Colors of #51EEC5
Black with #51EEC5
Text Example
Text Example
White with #51EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EEC5; }
p { color: rgb(81,238,197); }
H1.HeaderClassName
{
color: #51EEC5;
}
.AnyTagClassName
{
color: #51EEC5;
}
</style>
background-color css
<style>
a { background-color: #51EEC5; }
a { background-color: rgb(81,238,197); }
div.DivClassName
{
background-color: #51EEC5;
}
.BgClassName
{
background-color: #51EEC5;
}
</style>
border-color css
<style>
span { border-color: #51EEC5; }
span { border-color: rgb(81,238,197); }
td.TdClassName
{
border-color: #51EEC5;
}
.TagClassName
{
border-color: #51EEC5;
}
</style>