Shades of Turquoise Blue #5AECE7
Tints of Turquoise Blue #5AECE7
RGB
CMYK
RGB Variations
Color information
#5AECE7 (or 0x5AECE7) is known color: Turquoise Blue. HEX triplet: 5A, EC and E7. RGB value is (90,236,231). Sum of RGB (Red+Green+Blue) = 90+236+231=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECE7 is #A51318. Grayscale: #BFBFBF. Windows color (decimal): -10818329 or 15199322. OLE color: 15199322.
HSL color Cylindrical-coordinate representation of color #5AECE7: hue angle of 177.95º 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 #5AECE7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 231 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.07 |
| HSL | 177.95º | 0.79% | 0.64% | - |
| HSV(B) | 177.95º | 0.62% | 0.93% | - |
| XYZ | 48.64 | 67.93 | 86.15 | - |
| YUV | 191.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 231 | 0.62 | 0 | 0.02 | 0.07 | 177.95 | 0.79 | 0.64 |
| Hex | 5A | EC | E7 | 3E | 0 | 2 | 7 | B2 | 4F | 40 |
| Octal | 132 | 354 | 347 | 76 | 0 | 2 | 7 | 262 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11100111 | 111110 | 0 | 10 | 111 | 10110010 | 1001111 | 1000000 |
Color Harmonies of #5AECE7
Complementary color
Monochromatic Colors of #5AECE7
Black with #5AECE7
Text Example
Text Example
White with #5AECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECE7; }
p { color: rgb(90,236,231); }
H1.HeaderClassName
{
color: #5AECE7;
}
.AnyTagClassName
{
color: #5AECE7;
}
</style>
background-color css
<style>
a { background-color: #5AECE7; }
a { background-color: rgb(90,236,231); }
div.DivClassName
{
background-color: #5AECE7;
}
.BgClassName
{
background-color: #5AECE7;
}
</style>
border-color css
<style>
span { border-color: #5AECE7; }
span { border-color: rgb(90,236,231); }
td.TdClassName
{
border-color: #5AECE7;
}
.TagClassName
{
border-color: #5AECE7;
}
</style>