Shades of Turquoise Blue #51D3E9
Tints of Turquoise Blue #51D3E9
RGB
CMYK
RGB Variations
Color information
#51D3E9 (or 0x51D3E9) is known color: Turquoise Blue. HEX triplet: 51, D3 and E9. RGB value is (81,211,233). Sum of RGB (Red+Green+Blue) = 81+211+233=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #51D3E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D3E9 is #AE2C16. Grayscale: #AEAEAE. Windows color (decimal): -11414551 or 15323985. OLE color: 15323985.
HSL color Cylindrical-coordinate representation of color #51D3E9: hue angle of 188.68º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51D3E9 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 211 | 233 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.09 |
| HSL | 188.68º | 0.78% | 0.62% | - |
| HSV(B) | 188.68º | 0.65% | 0.91% | - |
| XYZ | 41.4 | 54.22 | 85.37 | - |
| YUV | 174.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 233 | 0.65 | 0.09 | 0 | 0.09 | 188.68 | 0.78 | 0.62 |
| Hex | 51 | D3 | E9 | 41 | 9 | 0 | 9 | BD | 4E | 3E |
| Octal | 121 | 323 | 351 | 101 | 11 | 0 | 11 | 275 | 116 | 76 |
| Binary | 1010001 | 11010011 | 11101001 | 1000001 | 1001 | 0 | 1001 | 10111101 | 1001110 | 111110 |
Color Harmonies of #51D3E9
Complementary color
Monochromatic Colors of #51D3E9
Black with #51D3E9
Text Example
Text Example
White with #51D3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D3E9; }
p { color: rgb(81,211,233); }
H1.HeaderClassName
{
color: #51D3E9;
}
.AnyTagClassName
{
color: #51D3E9;
}
</style>
background-color css
<style>
a { background-color: #51D3E9; }
a { background-color: rgb(81,211,233); }
div.DivClassName
{
background-color: #51D3E9;
}
.BgClassName
{
background-color: #51D3E9;
}
</style>
border-color css
<style>
span { border-color: #51D3E9; }
span { border-color: rgb(81,211,233); }
td.TdClassName
{
border-color: #51D3E9;
}
.TagClassName
{
border-color: #51D3E9;
}
</style>