Shades of Turquoise Blue #51E6F1
Tints of Turquoise Blue #51E6F1
RGB
CMYK
RGB Variations
Color information
#51E6F1 (or 0x51E6F1) is known color: Turquoise Blue. HEX triplet: 51, E6 and F1. RGB value is (81,230,241). Sum of RGB (Red+Green+Blue) = 81+230+241=552 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.67% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #51E6F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51E6F1 is #AE190E. Grayscale: #BABABA. Windows color (decimal): -11409679 or 15853137. OLE color: 15853137.
HSL color Cylindrical-coordinate representation of color #51E6F1: hue angle of 184.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51E6F1 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 230 | 241 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.05 |
| HSL | 184.13º | 0.85% | 0.63% | - |
| HSV(B) | 184.13º | 0.66% | 0.95% | - |
| XYZ | 47.57 | 64.69 | 93.2 | - |
| YUV | 186.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 230 | 241 | 0.66 | 0.05 | 0 | 0.05 | 184.13 | 0.85 | 0.63 |
| Hex | 51 | E6 | F1 | 42 | 5 | 0 | 5 | B8 | 55 | 3F |
| Octal | 121 | 346 | 361 | 102 | 5 | 0 | 5 | 270 | 125 | 77 |
| Binary | 1010001 | 11100110 | 11110001 | 1000010 | 101 | 0 | 101 | 10111000 | 1010101 | 111111 |
Color Harmonies of #51E6F1
Complementary color
Monochromatic Colors of #51E6F1
Black with #51E6F1
Text Example
Text Example
White with #51E6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E6F1; }
p { color: rgb(81,230,241); }
H1.HeaderClassName
{
color: #51E6F1;
}
.AnyTagClassName
{
color: #51E6F1;
}
</style>
background-color css
<style>
a { background-color: #51E6F1; }
a { background-color: rgb(81,230,241); }
div.DivClassName
{
background-color: #51E6F1;
}
.BgClassName
{
background-color: #51E6F1;
}
</style>
border-color css
<style>
span { border-color: #51E6F1; }
span { border-color: rgb(81,230,241); }
td.TdClassName
{
border-color: #51E6F1;
}
.TagClassName
{
border-color: #51E6F1;
}
</style>