Shades of Turquoise Blue #51D8F5
Tints of Turquoise Blue #51D8F5
RGB
CMYK
RGB Variations
Color information
#51D8F5 (or 0x51D8F5) is known color: Turquoise Blue. HEX triplet: 51, D8 and F5. RGB value is (81,216,245). Sum of RGB (Red+Green+Blue) = 81+216+245=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #51D8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D8F5 is #AE270A. Grayscale: #B2B2B2. Windows color (decimal): -11413259 or 16111697. OLE color: 16111697.
HSL color Cylindrical-coordinate representation of color #51D8F5: hue angle of 190.61º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51D8F5 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 216 | 245 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.04 |
| HSL | 190.61º | 0.89% | 0.64% | - |
| HSV(B) | 190.61º | 0.67% | 0.96% | - |
| XYZ | 44.43 | 57.45 | 95.13 | - |
| YUV | 178.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 245 | 0.67 | 0.12 | 0 | 0.04 | 190.61 | 0.89 | 0.64 |
| Hex | 51 | D8 | F5 | 43 | C | 0 | 4 | BF | 59 | 40 |
| Octal | 121 | 330 | 365 | 103 | 14 | 0 | 4 | 277 | 131 | 100 |
| Binary | 1010001 | 11011000 | 11110101 | 1000011 | 1100 | 0 | 100 | 10111111 | 1011001 | 1000000 |
Color Harmonies of #51D8F5
Complementary color
Monochromatic Colors of #51D8F5
Black with #51D8F5
Text Example
Text Example
White with #51D8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D8F5; }
p { color: rgb(81,216,245); }
H1.HeaderClassName
{
color: #51D8F5;
}
.AnyTagClassName
{
color: #51D8F5;
}
</style>
background-color css
<style>
a { background-color: #51D8F5; }
a { background-color: rgb(81,216,245); }
div.DivClassName
{
background-color: #51D8F5;
}
.BgClassName
{
background-color: #51D8F5;
}
</style>
border-color css
<style>
span { border-color: #51D8F5; }
span { border-color: rgb(81,216,245); }
td.TdClassName
{
border-color: #51D8F5;
}
.TagClassName
{
border-color: #51D8F5;
}
</style>