Shades of Turquoise Blue #51D9EC
Tints of Turquoise Blue #51D9EC
RGB
CMYK
RGB Variations
Color information
#51D9EC (or 0x51D9EC) is known color: Turquoise Blue. HEX triplet: 51, D9 and EC. RGB value is (81,217,236). Sum of RGB (Red+Green+Blue) = 81+217+236=534 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.17% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #51D9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D9EC is #AE2613. Grayscale: #B2B2B2. Windows color (decimal): -11413012 or 15522129. OLE color: 15522129.
HSL color Cylindrical-coordinate representation of color #51D9EC: hue angle of 187.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D9EC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 217 | 236 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.07 |
| HSL | 187.35º | 0.8% | 0.62% | - |
| HSV(B) | 187.35º | 0.66% | 0.93% | - |
| XYZ | 43.35 | 57.43 | 88.16 | - |
| YUV | 178.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 236 | 0.66 | 0.08 | 0 | 0.07 | 187.35 | 0.8 | 0.62 |
| Hex | 51 | D9 | EC | 42 | 8 | 0 | 7 | BB | 50 | 3E |
| Octal | 121 | 331 | 354 | 102 | 10 | 0 | 7 | 273 | 120 | 76 |
| Binary | 1010001 | 11011001 | 11101100 | 1000010 | 1000 | 0 | 111 | 10111011 | 1010000 | 111110 |
Color Harmonies of #51D9EC
Complementary color
Monochromatic Colors of #51D9EC
Black with #51D9EC
Text Example
Text Example
White with #51D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D9EC; }
p { color: rgb(81,217,236); }
H1.HeaderClassName
{
color: #51D9EC;
}
.AnyTagClassName
{
color: #51D9EC;
}
</style>
background-color css
<style>
a { background-color: #51D9EC; }
a { background-color: rgb(81,217,236); }
div.DivClassName
{
background-color: #51D9EC;
}
.BgClassName
{
background-color: #51D9EC;
}
</style>
border-color css
<style>
span { border-color: #51D9EC; }
span { border-color: rgb(81,217,236); }
td.TdClassName
{
border-color: #51D9EC;
}
.TagClassName
{
border-color: #51D9EC;
}
</style>