Shades of Turquoise Blue #5AECED
Tints of Turquoise Blue #5AECED
RGB
CMYK
RGB Variations
Color information
#5AECED (or 0x5AECED) is known color: Turquoise Blue. HEX triplet: 5A, EC and ED. RGB value is (90,236,237). Sum of RGB (Red+Green+Blue) = 90+236+237=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECED is #A51312. Grayscale: #C0C0C0. Windows color (decimal): -10818323 or 15592538. OLE color: 15592538.
HSL color Cylindrical-coordinate representation of color #5AECED: hue angle of 180.41º degrees, saturation: 0.8, 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 #5AECED is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 237 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.07 |
| HSL | 180.41º | 0.8% | 0.64% | - |
| HSV(B) | 180.41º | 0.62% | 0.93% | - |
| XYZ | 49.5 | 68.28 | 90.69 | - |
| YUV | 192.46 | 153.13 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 237 | 0.62 | 0.00 | 0 | 0.07 | 180.41 | 0.8 | 0.64 |
| Hex | 5A | EC | ED | 3E | 0 | 0 | 7 | B4 | 50 | 40 |
| Octal | 132 | 354 | 355 | 76 | 0 | 0 | 7 | 264 | 120 | 100 |
| Binary | 1011010 | 11101100 | 11101101 | 111110 | 0 | 0 | 111 | 10110100 | 1010000 | 1000000 |
Color Harmonies of #5AECED
Complementary color
Monochromatic Colors of #5AECED
Black with #5AECED
Text Example
Text Example
White with #5AECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECED; }
p { color: rgb(90,236,237); }
H1.HeaderClassName
{
color: #5AECED;
}
.AnyTagClassName
{
color: #5AECED;
}
</style>
background-color css
<style>
a { background-color: #5AECED; }
a { background-color: rgb(90,236,237); }
div.DivClassName
{
background-color: #5AECED;
}
.BgClassName
{
background-color: #5AECED;
}
</style>
border-color css
<style>
span { border-color: #5AECED; }
span { border-color: rgb(90,236,237); }
td.TdClassName
{
border-color: #5AECED;
}
.TagClassName
{
border-color: #5AECED;
}
</style>