Shades of Turquoise Blue #51DCFE
Tints of Turquoise Blue #51DCFE
RGB
CMYK
RGB Variations
Color information
#51DCFE (or 0x51DCFE) is known color: Turquoise Blue. HEX triplet: 51, DC and FE. RGB value is (81,220,254). Sum of RGB (Red+Green+Blue) = 81+220+254=555 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.59% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #51DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCFE is #AE2301. Grayscale: #B6B6B6. Windows color (decimal): -11412226 or 16702545. OLE color: 16702545.
HSL color Cylindrical-coordinate representation of color #51DCFE: hue angle of 191.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DCFE is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 220 | 254 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.00 |
| HSL | 191.79º | 0.99% | 0.66% | - |
| HSV(B) | 191.79º | 0.68% | 1% | - |
| XYZ | 46.88 | 60.09 | 102.89 | - |
| YUV | 182.32 | 168.45 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 254 | 0.68 | 0.13 | 0 | 0.00 | 191.79 | 0.99 | 0.66 |
| Hex | 51 | DC | FE | 44 | D | 0 | 0 | C0 | 63 | 42 |
| Octal | 121 | 334 | 376 | 104 | 15 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010001 | 11011100 | 11111110 | 1000100 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #51DCFE
Complementary color
Monochromatic Colors of #51DCFE
Black with #51DCFE
Text Example
Text Example
White with #51DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCFE; }
p { color: rgb(81,220,254); }
H1.HeaderClassName
{
color: #51DCFE;
}
.AnyTagClassName
{
color: #51DCFE;
}
</style>
background-color css
<style>
a { background-color: #51DCFE; }
a { background-color: rgb(81,220,254); }
div.DivClassName
{
background-color: #51DCFE;
}
.BgClassName
{
background-color: #51DCFE;
}
</style>
border-color css
<style>
span { border-color: #51DCFE; }
span { border-color: rgb(81,220,254); }
td.TdClassName
{
border-color: #51DCFE;
}
.TagClassName
{
border-color: #51DCFE;
}
</style>