Shades of Turquoise Blue #51E5FE
Tints of Turquoise Blue #51E5FE
RGB
CMYK
RGB Variations
Color information
#51E5FE (or 0x51E5FE) is known color: Turquoise Blue. HEX triplet: 51, E5 and FE. RGB value is (81,229,254). Sum of RGB (Red+Green+Blue) = 81+229+254=564 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.36% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #51E5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E5FE is #AE1A01. Grayscale: #BBBBBB. Windows color (decimal): -11409922 or 16704849. OLE color: 16704849.
HSL color Cylindrical-coordinate representation of color #51E5FE: hue angle of 188.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51E5FE is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 229 | 254 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.00 |
| HSL | 188.67º | 0.99% | 0.66% | - |
| HSV(B) | 188.67º | 0.68% | 1% | - |
| XYZ | 49.3 | 64.94 | 103.7 | - |
| YUV | 187.6 | 165.47 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 229 | 254 | 0.68 | 0.10 | 0 | 0.00 | 188.67 | 0.99 | 0.66 |
| Hex | 51 | E5 | FE | 44 | A | 0 | 0 | BD | 63 | 42 |
| Octal | 121 | 345 | 376 | 104 | 12 | 0 | 0 | 275 | 143 | 102 |
| Binary | 1010001 | 11100101 | 11111110 | 1000100 | 1010 | 0 | 0 | 10111101 | 1100011 | 1000010 |
Color Harmonies of #51E5FE
Complementary color
Monochromatic Colors of #51E5FE
Black with #51E5FE
Text Example
Text Example
White with #51E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E5FE; }
p { color: rgb(81,229,254); }
H1.HeaderClassName
{
color: #51E5FE;
}
.AnyTagClassName
{
color: #51E5FE;
}
</style>
background-color css
<style>
a { background-color: #51E5FE; }
a { background-color: rgb(81,229,254); }
div.DivClassName
{
background-color: #51E5FE;
}
.BgClassName
{
background-color: #51E5FE;
}
</style>
border-color css
<style>
span { border-color: #51E5FE; }
span { border-color: rgb(81,229,254); }
td.TdClassName
{
border-color: #51E5FE;
}
.TagClassName
{
border-color: #51E5FE;
}
</style>