Shades of Turquoise Blue #51D9F0
Tints of Turquoise Blue #51D9F0
RGB
CMYK
RGB Variations
Color information
#51D9F0 (or 0x51D9F0) is known color: Turquoise Blue. HEX triplet: 51, D9 and F0. RGB value is (81,217,240). Sum of RGB (Red+Green+Blue) = 81+217+240=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #51D9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D9F0 is #AE260F. Grayscale: #B2B2B2. Windows color (decimal): -11413008 or 15784273. OLE color: 15784273.
HSL color Cylindrical-coordinate representation of color #51D9F0: hue angle of 188.68º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D9F0 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 217 | 240 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.06 |
| HSL | 188.68º | 0.84% | 0.63% | - |
| HSV(B) | 188.68º | 0.66% | 0.94% | - |
| XYZ | 43.93 | 57.67 | 91.25 | - |
| YUV | 178.96 | 162.44 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 240 | 0.66 | 0.10 | 0 | 0.06 | 188.68 | 0.84 | 0.63 |
| Hex | 51 | D9 | F0 | 42 | A | 0 | 6 | BD | 54 | 3F |
| Octal | 121 | 331 | 360 | 102 | 12 | 0 | 6 | 275 | 124 | 77 |
| Binary | 1010001 | 11011001 | 11110000 | 1000010 | 1010 | 0 | 110 | 10111101 | 1010100 | 111111 |
Color Harmonies of #51D9F0
Complementary color
Monochromatic Colors of #51D9F0
Black with #51D9F0
Text Example
Text Example
White with #51D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D9F0; }
p { color: rgb(81,217,240); }
H1.HeaderClassName
{
color: #51D9F0;
}
.AnyTagClassName
{
color: #51D9F0;
}
</style>
background-color css
<style>
a { background-color: #51D9F0; }
a { background-color: rgb(81,217,240); }
div.DivClassName
{
background-color: #51D9F0;
}
.BgClassName
{
background-color: #51D9F0;
}
</style>
border-color css
<style>
span { border-color: #51D9F0; }
span { border-color: rgb(81,217,240); }
td.TdClassName
{
border-color: #51D9F0;
}
.TagClassName
{
border-color: #51D9F0;
}
</style>