Shades of Turquoise Blue #5AD5EC
Tints of Turquoise Blue #5AD5EC
RGB
CMYK
RGB Variations
Color information
#5AD5EC (or 0x5AD5EC) is known color: Turquoise Blue. HEX triplet: 5A, D5 and EC. RGB value is (90,213,236). Sum of RGB (Red+Green+Blue) = 90+213+236=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AD5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD5EC is #A52A13. Grayscale: #B2B2B2. Windows color (decimal): -10824212 or 15521114. OLE color: 15521114.
HSL color Cylindrical-coordinate representation of color #5AD5EC: hue angle of 189.45º 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 #5AD5EC is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 213 | 236 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.07 |
| HSL | 189.45º | 0.79% | 0.64% | - |
| HSV(B) | 189.45º | 0.62% | 0.93% | - |
| XYZ | 43.15 | 55.82 | 87.86 | - |
| YUV | 178.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 236 | 0.62 | 0.10 | 0 | 0.07 | 189.45 | 0.79 | 0.64 |
| Hex | 5A | D5 | EC | 3E | A | 0 | 7 | BD | 4F | 40 |
| Octal | 132 | 325 | 354 | 76 | 12 | 0 | 7 | 275 | 117 | 100 |
| Binary | 1011010 | 11010101 | 11101100 | 111110 | 1010 | 0 | 111 | 10111101 | 1001111 | 1000000 |
Color Harmonies of #5AD5EC
Complementary color
Monochromatic Colors of #5AD5EC
Black with #5AD5EC
Text Example
Text Example
White with #5AD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5EC; }
p { color: rgb(90,213,236); }
H1.HeaderClassName
{
color: #5AD5EC;
}
.AnyTagClassName
{
color: #5AD5EC;
}
</style>
background-color css
<style>
a { background-color: #5AD5EC; }
a { background-color: rgb(90,213,236); }
div.DivClassName
{
background-color: #5AD5EC;
}
.BgClassName
{
background-color: #5AD5EC;
}
</style>
border-color css
<style>
span { border-color: #5AD5EC; }
span { border-color: rgb(90,213,236); }
td.TdClassName
{
border-color: #5AD5EC;
}
.TagClassName
{
border-color: #5AD5EC;
}
</style>