Shades of Turquoise Blue #51E3FD
Tints of Turquoise Blue #51E3FD
RGB
CMYK
RGB Variations
Color information
#51E3FD (or 0x51E3FD) is known color: Turquoise Blue. HEX triplet: 51, E3 and FD. RGB value is (81,227,253). Sum of RGB (Red+Green+Blue) = 81+227+253=561 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.44% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #51E3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E3FD is #AE1C02. Grayscale: #BABABA. Windows color (decimal): -11410435 or 16638801. OLE color: 16638801.
HSL color Cylindrical-coordinate representation of color #51E3FD: hue angle of 189.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51E3FD is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 227 | 253 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.01 |
| HSL | 189.07º | 0.98% | 0.65% | - |
| HSV(B) | 189.07º | 0.68% | 0.99% | - |
| XYZ | 48.59 | 63.78 | 102.68 | - |
| YUV | 186.31 | 165.63 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 227 | 253 | 0.68 | 0.10 | 0 | 0.01 | 189.07 | 0.98 | 0.65 |
| Hex | 51 | E3 | FD | 44 | A | 0 | 1 | BD | 62 | 41 |
| Octal | 121 | 343 | 375 | 104 | 12 | 0 | 1 | 275 | 142 | 101 |
| Binary | 1010001 | 11100011 | 11111101 | 1000100 | 1010 | 0 | 1 | 10111101 | 1100010 | 1000001 |
Color Harmonies of #51E3FD
Complementary color
Monochromatic Colors of #51E3FD
Black with #51E3FD
Text Example
Text Example
White with #51E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E3FD; }
p { color: rgb(81,227,253); }
H1.HeaderClassName
{
color: #51E3FD;
}
.AnyTagClassName
{
color: #51E3FD;
}
</style>
background-color css
<style>
a { background-color: #51E3FD; }
a { background-color: rgb(81,227,253); }
div.DivClassName
{
background-color: #51E3FD;
}
.BgClassName
{
background-color: #51E3FD;
}
</style>
border-color css
<style>
span { border-color: #51E3FD; }
span { border-color: rgb(81,227,253); }
td.TdClassName
{
border-color: #51E3FD;
}
.TagClassName
{
border-color: #51E3FD;
}
</style>