Shades of Turquoise Blue #51EAEB
Tints of Turquoise Blue #51EAEB
RGB
CMYK
RGB Variations
Color information
#51EAEB (or 0x51EAEB) is known color: Turquoise Blue. HEX triplet: 51, EA and EB. RGB value is (81,234,235). Sum of RGB (Red+Green+Blue) = 81+234+235=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #51EAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EAEB is #AE1514. Grayscale: #BCBCBC. Windows color (decimal): -11408661 or 15460945. OLE color: 15460945.
HSL color Cylindrical-coordinate representation of color #51EAEB: hue angle of 180.39º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EAEB is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 234 | 235 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.08 |
| HSL | 180.39º | 0.79% | 0.62% | - |
| HSV(B) | 180.39º | 0.66% | 0.92% | - |
| XYZ | 47.81 | 66.59 | 88.93 | - |
| YUV | 188.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 234 | 235 | 0.66 | 0.00 | 0 | 0.08 | 180.39 | 0.79 | 0.62 |
| Hex | 51 | EA | EB | 42 | 0 | 0 | 8 | B4 | 4F | 3E |
| Octal | 121 | 352 | 353 | 102 | 0 | 0 | 10 | 264 | 117 | 76 |
| Binary | 1010001 | 11101010 | 11101011 | 1000010 | 0 | 0 | 1000 | 10110100 | 1001111 | 111110 |
Color Harmonies of #51EAEB
Complementary color
Monochromatic Colors of #51EAEB
Black with #51EAEB
Text Example
Text Example
White with #51EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EAEB; }
p { color: rgb(81,234,235); }
H1.HeaderClassName
{
color: #51EAEB;
}
.AnyTagClassName
{
color: #51EAEB;
}
</style>
background-color css
<style>
a { background-color: #51EAEB; }
a { background-color: rgb(81,234,235); }
div.DivClassName
{
background-color: #51EAEB;
}
.BgClassName
{
background-color: #51EAEB;
}
</style>
border-color css
<style>
span { border-color: #51EAEB; }
span { border-color: rgb(81,234,235); }
td.TdClassName
{
border-color: #51EAEB;
}
.TagClassName
{
border-color: #51EAEB;
}
</style>