Shades of Turquoise Blue #51D3EC
Tints of Turquoise Blue #51D3EC
RGB
CMYK
RGB Variations
Color information
#51D3EC (or 0x51D3EC) is known color: Turquoise Blue. HEX triplet: 51, D3 and EC. RGB value is (81,211,236). Sum of RGB (Red+Green+Blue) = 81+211+236=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #51D3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D3EC is #AE2C13. Grayscale: #AEAEAE. Windows color (decimal): -11414548 or 15520593. OLE color: 15520593.
HSL color Cylindrical-coordinate representation of color #51D3EC: hue angle of 189.68º 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 #51D3EC is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 211 | 236 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.07 |
| HSL | 189.68º | 0.8% | 0.62% | - |
| HSV(B) | 189.68º | 0.66% | 0.93% | - |
| XYZ | 41.83 | 54.39 | 87.65 | - |
| YUV | 174.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 236 | 0.66 | 0.11 | 0 | 0.07 | 189.68 | 0.8 | 0.62 |
| Hex | 51 | D3 | EC | 42 | B | 0 | 7 | BE | 50 | 3E |
| Octal | 121 | 323 | 354 | 102 | 13 | 0 | 7 | 276 | 120 | 76 |
| Binary | 1010001 | 11010011 | 11101100 | 1000010 | 1011 | 0 | 111 | 10111110 | 1010000 | 111110 |
Color Harmonies of #51D3EC
Complementary color
Monochromatic Colors of #51D3EC
Black with #51D3EC
Text Example
Text Example
White with #51D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D3EC; }
p { color: rgb(81,211,236); }
H1.HeaderClassName
{
color: #51D3EC;
}
.AnyTagClassName
{
color: #51D3EC;
}
</style>
background-color css
<style>
a { background-color: #51D3EC; }
a { background-color: rgb(81,211,236); }
div.DivClassName
{
background-color: #51D3EC;
}
.BgClassName
{
background-color: #51D3EC;
}
</style>
border-color css
<style>
span { border-color: #51D3EC; }
span { border-color: rgb(81,211,236); }
td.TdClassName
{
border-color: #51D3EC;
}
.TagClassName
{
border-color: #51D3EC;
}
</style>