Shades of Turquoise Blue #5AECE0
Tints of Turquoise Blue #5AECE0
RGB
CMYK
RGB Variations
Color information
#5AECE0 (or 0x5AECE0) is known color: Turquoise Blue. HEX triplet: 5A, EC and E0. RGB value is (90,236,224). Sum of RGB (Red+Green+Blue) = 90+236+224=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECE0 is #A5131F. Grayscale: #BEBEBE. Windows color (decimal): -10818336 or 14740570. OLE color: 14740570.
HSL color Cylindrical-coordinate representation of color #5AECE0: hue angle of 175.07º 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 #5AECE0 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 224 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.07 |
| HSL | 175.07º | 0.79% | 0.64% | - |
| HSV(B) | 175.07º | 0.62% | 0.93% | - |
| XYZ | 47.67 | 67.55 | 81.05 | - |
| YUV | 190.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 224 | 0.62 | 0 | 0.05 | 0.07 | 175.07 | 0.79 | 0.64 |
| Hex | 5A | EC | E0 | 3E | 0 | 5 | 7 | AF | 4F | 40 |
| Octal | 132 | 354 | 340 | 76 | 0 | 5 | 7 | 257 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11100000 | 111110 | 0 | 101 | 111 | 10101111 | 1001111 | 1000000 |
Color Harmonies of #5AECE0
Complementary color
Monochromatic Colors of #5AECE0
Black with #5AECE0
Text Example
Text Example
White with #5AECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECE0; }
p { color: rgb(90,236,224); }
H1.HeaderClassName
{
color: #5AECE0;
}
.AnyTagClassName
{
color: #5AECE0;
}
</style>
background-color css
<style>
a { background-color: #5AECE0; }
a { background-color: rgb(90,236,224); }
div.DivClassName
{
background-color: #5AECE0;
}
.BgClassName
{
background-color: #5AECE0;
}
</style>
border-color css
<style>
span { border-color: #5AECE0; }
span { border-color: rgb(90,236,224); }
td.TdClassName
{
border-color: #5AECE0;
}
.TagClassName
{
border-color: #5AECE0;
}
</style>