Shades of Turquoise Blue #51E1FD
Tints of Turquoise Blue #51E1FD
RGB
CMYK
RGB Variations
Color information
#51E1FD (or 0x51E1FD) is known color: Turquoise Blue. HEX triplet: 51, E1 and FD. RGB value is (81,225,253). Sum of RGB (Red+Green+Blue) = 81+225+253=559 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.49% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #51E1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E1FD is #AE1E02. Grayscale: #B8B8B8. Windows color (decimal): -11410947 or 16638289. OLE color: 16638289.
HSL color Cylindrical-coordinate representation of color #51E1FD: hue angle of 189.77º 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 #51E1FD is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 225 | 253 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.01 |
| HSL | 189.77º | 0.98% | 0.65% | - |
| HSV(B) | 189.77º | 0.68% | 0.99% | - |
| XYZ | 48.05 | 62.69 | 102.5 | - |
| YUV | 185.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 225 | 253 | 0.68 | 0.11 | 0 | 0.01 | 189.77 | 0.98 | 0.65 |
| Hex | 51 | E1 | FD | 44 | B | 0 | 1 | BE | 62 | 41 |
| Octal | 121 | 341 | 375 | 104 | 13 | 0 | 1 | 276 | 142 | 101 |
| Binary | 1010001 | 11100001 | 11111101 | 1000100 | 1011 | 0 | 1 | 10111110 | 1100010 | 1000001 |
Color Harmonies of #51E1FD
Complementary color
Monochromatic Colors of #51E1FD
Black with #51E1FD
Text Example
Text Example
White with #51E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E1FD; }
p { color: rgb(81,225,253); }
H1.HeaderClassName
{
color: #51E1FD;
}
.AnyTagClassName
{
color: #51E1FD;
}
</style>
background-color css
<style>
a { background-color: #51E1FD; }
a { background-color: rgb(81,225,253); }
div.DivClassName
{
background-color: #51E1FD;
}
.BgClassName
{
background-color: #51E1FD;
}
</style>
border-color css
<style>
span { border-color: #51E1FD; }
span { border-color: rgb(81,225,253); }
td.TdClassName
{
border-color: #51E1FD;
}
.TagClassName
{
border-color: #51E1FD;
}
</style>