Shades of Turquoise Blue #5AECEB
Tints of Turquoise Blue #5AECEB
RGB
CMYK
RGB Variations
Color information
#5AECEB (or 0x5AECEB) is known color: Turquoise Blue. HEX triplet: 5A, EC and EB. RGB value is (90,236,235). Sum of RGB (Red+Green+Blue) = 90+236+235=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECEB is #A51314. Grayscale: #C0C0C0. Windows color (decimal): -10818325 or 15461466. OLE color: 15461466.
HSL color Cylindrical-coordinate representation of color #5AECEB: hue angle of 179.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AECEB is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 235 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.07 |
| HSL | 179.59º | 0.79% | 0.64% | - |
| HSV(B) | 179.59º | 0.62% | 0.93% | - |
| XYZ | 49.21 | 68.16 | 89.16 | - |
| YUV | 192.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 235 | 0.62 | 0 | 0.00 | 0.07 | 179.59 | 0.79 | 0.64 |
| Hex | 5A | EC | EB | 3E | 0 | 0 | 7 | B4 | 4F | 40 |
| Octal | 132 | 354 | 353 | 76 | 0 | 0 | 7 | 264 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11101011 | 111110 | 0 | 0 | 111 | 10110100 | 1001111 | 1000000 |
Color Harmonies of #5AECEB
Complementary color
Monochromatic Colors of #5AECEB
Black with #5AECEB
Text Example
Text Example
White with #5AECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECEB; }
p { color: rgb(90,236,235); }
H1.HeaderClassName
{
color: #5AECEB;
}
.AnyTagClassName
{
color: #5AECEB;
}
</style>
background-color css
<style>
a { background-color: #5AECEB; }
a { background-color: rgb(90,236,235); }
div.DivClassName
{
background-color: #5AECEB;
}
.BgClassName
{
background-color: #5AECEB;
}
</style>
border-color css
<style>
span { border-color: #5AECEB; }
span { border-color: rgb(90,236,235); }
td.TdClassName
{
border-color: #5AECEB;
}
.TagClassName
{
border-color: #5AECEB;
}
</style>