Shades of Turquoise Blue #51E0EA
Tints of Turquoise Blue #51E0EA
RGB
CMYK
RGB Variations
Color information
#51E0EA (or 0x51E0EA) is known color: Turquoise Blue. HEX triplet: 51, E0 and EA. RGB value is (81,224,234). Sum of RGB (Red+Green+Blue) = 81+224+234=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #51E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E0EA is #AE1F15. Grayscale: #B6B6B6. Windows color (decimal): -11411222 or 15392849. OLE color: 15392849.
HSL color Cylindrical-coordinate representation of color #51E0EA: hue angle of 183.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E0EA is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 224 | 234 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.08 |
| HSL | 183.92º | 0.78% | 0.62% | - |
| HSV(B) | 183.92º | 0.65% | 0.92% | - |
| XYZ | 44.9 | 61 | 87.25 | - |
| YUV | 182.38 | 157.12 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 224 | 234 | 0.65 | 0.04 | 0 | 0.08 | 183.92 | 0.78 | 0.62 |
| Hex | 51 | E0 | EA | 41 | 4 | 0 | 8 | B8 | 4E | 3E |
| Octal | 121 | 340 | 352 | 101 | 4 | 0 | 10 | 270 | 116 | 76 |
| Binary | 1010001 | 11100000 | 11101010 | 1000001 | 100 | 0 | 1000 | 10111000 | 1001110 | 111110 |
Color Harmonies of #51E0EA
Complementary color
Monochromatic Colors of #51E0EA
Black with #51E0EA
Text Example
Text Example
White with #51E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E0EA; }
p { color: rgb(81,224,234); }
H1.HeaderClassName
{
color: #51E0EA;
}
.AnyTagClassName
{
color: #51E0EA;
}
</style>
background-color css
<style>
a { background-color: #51E0EA; }
a { background-color: rgb(81,224,234); }
div.DivClassName
{
background-color: #51E0EA;
}
.BgClassName
{
background-color: #51E0EA;
}
</style>
border-color css
<style>
span { border-color: #51E0EA; }
span { border-color: rgb(81,224,234); }
td.TdClassName
{
border-color: #51E0EA;
}
.TagClassName
{
border-color: #51E0EA;
}
</style>