Shades of Turquoise #51EEE7
Tints of Turquoise #51EEE7
RGB
CMYK
RGB Variations
Color information
#51EEE7 (or 0x51EEE7) is known color: Turquoise. HEX triplet: 51, EE and E7. RGB value is (81,238,231). Sum of RGB (Red+Green+Blue) = 81+238+231=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #51EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EEE7 is #AE1118. Grayscale: #BEBEBE. Windows color (decimal): -11407641 or 15199825. OLE color: 15199825.
HSL color Cylindrical-coordinate representation of color #51EEE7: hue angle of 177.32º 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 #51EEE7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 238 | 231 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.07 |
| HSL | 177.32º | 0.82% | 0.63% | - |
| HSV(B) | 177.32º | 0.66% | 0.93% | - |
| XYZ | 48.39 | 68.67 | 86.31 | - |
| YUV | 190.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 231 | 0.66 | 0 | 0.03 | 0.07 | 177.32 | 0.82 | 0.63 |
| Hex | 51 | EE | E7 | 42 | 0 | 3 | 7 | B1 | 52 | 3F |
| Octal | 121 | 356 | 347 | 102 | 0 | 3 | 7 | 261 | 122 | 77 |
| Binary | 1010001 | 11101110 | 11100111 | 1000010 | 0 | 11 | 111 | 10110001 | 1010010 | 111111 |
Color Harmonies of #51EEE7
Complementary color
Monochromatic Colors of #51EEE7
Black with #51EEE7
Text Example
Text Example
White with #51EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EEE7; }
p { color: rgb(81,238,231); }
H1.HeaderClassName
{
color: #51EEE7;
}
.AnyTagClassName
{
color: #51EEE7;
}
</style>
background-color css
<style>
a { background-color: #51EEE7; }
a { background-color: rgb(81,238,231); }
div.DivClassName
{
background-color: #51EEE7;
}
.BgClassName
{
background-color: #51EEE7;
}
</style>
border-color css
<style>
span { border-color: #51EEE7; }
span { border-color: rgb(81,238,231); }
td.TdClassName
{
border-color: #51EEE7;
}
.TagClassName
{
border-color: #51EEE7;
}
</style>