Shades of Turquoise Blue #51DCEC
Tints of Turquoise Blue #51DCEC
RGB
CMYK
RGB Variations
Color information
#51DCEC (or 0x51DCEC) is known color: Turquoise Blue. HEX triplet: 51, DC and EC. RGB value is (81,220,236). Sum of RGB (Red+Green+Blue) = 81+220+236=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #51DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCEC is #AE2313. Grayscale: #B4B4B4. Windows color (decimal): -11412244 or 15522897. OLE color: 15522897.
HSL color Cylindrical-coordinate representation of color #51DCEC: hue angle of 186.19º 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 #51DCEC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 220 | 236 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.07 |
| HSL | 186.19º | 0.8% | 0.62% | - |
| HSV(B) | 186.19º | 0.66% | 0.93% | - |
| XYZ | 44.13 | 58.99 | 88.42 | - |
| YUV | 180.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 236 | 0.66 | 0.07 | 0 | 0.07 | 186.19 | 0.8 | 0.62 |
| Hex | 51 | DC | EC | 42 | 7 | 0 | 7 | BA | 50 | 3E |
| Octal | 121 | 334 | 354 | 102 | 7 | 0 | 7 | 272 | 120 | 76 |
| Binary | 1010001 | 11011100 | 11101100 | 1000010 | 111 | 0 | 111 | 10111010 | 1010000 | 111110 |
Color Harmonies of #51DCEC
Complementary color
Monochromatic Colors of #51DCEC
Black with #51DCEC
Text Example
Text Example
White with #51DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCEC; }
p { color: rgb(81,220,236); }
H1.HeaderClassName
{
color: #51DCEC;
}
.AnyTagClassName
{
color: #51DCEC;
}
</style>
background-color css
<style>
a { background-color: #51DCEC; }
a { background-color: rgb(81,220,236); }
div.DivClassName
{
background-color: #51DCEC;
}
.BgClassName
{
background-color: #51DCEC;
}
</style>
border-color css
<style>
span { border-color: #51DCEC; }
span { border-color: rgb(81,220,236); }
td.TdClassName
{
border-color: #51DCEC;
}
.TagClassName
{
border-color: #51DCEC;
}
</style>