Shades of Turquoise Blue #5AECEC
Tints of Turquoise Blue #5AECEC
RGB
CMYK
RGB Variations
Color information
#5AECEC (or 0x5AECEC) is known color: Turquoise Blue. HEX triplet: 5A, EC and EC. RGB value is (90,236,236). Sum of RGB (Red+Green+Blue) = 90+236+236=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #5AECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECEC is #A51313. Grayscale: #C0C0C0. Windows color (decimal): -10818324 or 15527002. OLE color: 15527002.
HSL color Cylindrical-coordinate representation of color #5AECEC: hue angle of 180º 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 #5AECEC is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 236 | - |
| CMYK | 0.62 | 0 | 0 | 0.07 |
| HSL | 180º | 0.79% | 0.64% | - |
| HSV(B) | 180º | 0.62% | 0.93% | - |
| XYZ | 49.35 | 68.22 | 89.92 | - |
| YUV | 192.35 | 152.63 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 236 | 0.62 | 0 | 0 | 0.07 | 180 | 0.79 | 0.64 |
| Hex | 5A | EC | EC | 3E | 0 | 0 | 7 | B4 | 4F | 40 |
| Octal | 132 | 354 | 354 | 76 | 0 | 0 | 7 | 264 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11101100 | 111110 | 0 | 0 | 111 | 10110100 | 1001111 | 1000000 |
Color Harmonies of #5AECEC
Complementary color
Monochromatic Colors of #5AECEC
Black with #5AECEC
Text Example
Text Example
White with #5AECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECEC; }
p { color: rgb(90,236,236); }
H1.HeaderClassName
{
color: #5AECEC;
}
.AnyTagClassName
{
color: #5AECEC;
}
</style>
background-color css
<style>
a { background-color: #5AECEC; }
a { background-color: rgb(90,236,236); }
div.DivClassName
{
background-color: #5AECEC;
}
.BgClassName
{
background-color: #5AECEC;
}
</style>
border-color css
<style>
span { border-color: #5AECEC; }
span { border-color: rgb(90,236,236); }
td.TdClassName
{
border-color: #5AECEC;
}
.TagClassName
{
border-color: #5AECEC;
}
</style>