Shades of Turquoise Blue #51DAFE
Tints of Turquoise Blue #51DAFE
RGB
CMYK
RGB Variations
Color information
#51DAFE (or 0x51DAFE) is known color: Turquoise Blue. HEX triplet: 51, DA and FE. RGB value is (81,218,254). Sum of RGB (Red+Green+Blue) = 81+218+254=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #51DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DAFE is #AE2501. Grayscale: #B4B4B4. Windows color (decimal): -11412738 or 16702033. OLE color: 16702033.
HSL color Cylindrical-coordinate representation of color #51DAFE: hue angle of 192.49º 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 #51DAFE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 218 | 254 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.00 |
| HSL | 192.49º | 0.99% | 0.66% | - |
| HSV(B) | 192.49º | 0.68% | 1% | - |
| XYZ | 46.35 | 59.05 | 102.72 | - |
| YUV | 181.14 | 169.11 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 254 | 0.68 | 0.14 | 0 | 0.00 | 192.49 | 0.99 | 0.66 |
| Hex | 51 | DA | FE | 44 | E | 0 | 0 | C0 | 63 | 42 |
| Octal | 121 | 332 | 376 | 104 | 16 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010001 | 11011010 | 11111110 | 1000100 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #51DAFE
Complementary color
Monochromatic Colors of #51DAFE
Black with #51DAFE
Text Example
Text Example
White with #51DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DAFE; }
p { color: rgb(81,218,254); }
H1.HeaderClassName
{
color: #51DAFE;
}
.AnyTagClassName
{
color: #51DAFE;
}
</style>
background-color css
<style>
a { background-color: #51DAFE; }
a { background-color: rgb(81,218,254); }
div.DivClassName
{
background-color: #51DAFE;
}
.BgClassName
{
background-color: #51DAFE;
}
</style>
border-color css
<style>
span { border-color: #51DAFE; }
span { border-color: rgb(81,218,254); }
td.TdClassName
{
border-color: #51DAFE;
}
.TagClassName
{
border-color: #51DAFE;
}
</style>