Shades of Turquoise Blue #51D0EF
Tints of Turquoise Blue #51D0EF
RGB
CMYK
RGB Variations
Color information
#51D0EF (or 0x51D0EF) is known color: Turquoise Blue. HEX triplet: 51, D0 and EF. RGB value is (81,208,239). Sum of RGB (Red+Green+Blue) = 81+208+239=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #51D0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D0EF is #AE2F10. Grayscale: #ADADAD. Windows color (decimal): -11415313 or 15716433. OLE color: 15716433.
HSL color Cylindrical-coordinate representation of color #51D0EF: hue angle of 191.77º degrees, saturation: 0.83, 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 #51D0EF is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 208 | 239 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.06 |
| HSL | 191.77º | 0.83% | 0.63% | - |
| HSV(B) | 191.77º | 0.66% | 0.94% | - |
| XYZ | 41.53 | 53.09 | 89.72 | - |
| YUV | 173.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 208 | 239 | 0.66 | 0.13 | 0 | 0.06 | 191.77 | 0.83 | 0.63 |
| Hex | 51 | D0 | EF | 42 | D | 0 | 6 | C0 | 53 | 3F |
| Octal | 121 | 320 | 357 | 102 | 15 | 0 | 6 | 300 | 123 | 77 |
| Binary | 1010001 | 11010000 | 11101111 | 1000010 | 1101 | 0 | 110 | 11000000 | 1010011 | 111111 |
Color Harmonies of #51D0EF
Complementary color
Monochromatic Colors of #51D0EF
Black with #51D0EF
Text Example
Text Example
White with #51D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D0EF; }
p { color: rgb(81,208,239); }
H1.HeaderClassName
{
color: #51D0EF;
}
.AnyTagClassName
{
color: #51D0EF;
}
</style>
background-color css
<style>
a { background-color: #51D0EF; }
a { background-color: rgb(81,208,239); }
div.DivClassName
{
background-color: #51D0EF;
}
.BgClassName
{
background-color: #51D0EF;
}
</style>
border-color css
<style>
span { border-color: #51D0EF; }
span { border-color: rgb(81,208,239); }
td.TdClassName
{
border-color: #51D0EF;
}
.TagClassName
{
border-color: #51D0EF;
}
</style>