Shades of Turquoise Blue #5AD0EC
Tints of Turquoise Blue #5AD0EC
RGB
CMYK
RGB Variations
Color information
#5AD0EC (or 0x5AD0EC) is known color: Turquoise Blue. HEX triplet: 5A, D0 and EC. RGB value is (90,208,236). Sum of RGB (Red+Green+Blue) = 90+208+236=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AD0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD0EC is #A52F13. Grayscale: #AFAFAF. Windows color (decimal): -10825492 or 15519834. OLE color: 15519834.
HSL color Cylindrical-coordinate representation of color #5AD0EC: hue angle of 191.51º 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 #5AD0EC is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 208 | 236 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.07 |
| HSL | 191.51º | 0.79% | 0.64% | - |
| HSV(B) | 191.51º | 0.62% | 0.93% | - |
| XYZ | 41.91 | 53.34 | 87.44 | - |
| YUV | 175.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 236 | 0.62 | 0.12 | 0 | 0.07 | 191.51 | 0.79 | 0.64 |
| Hex | 5A | D0 | EC | 3E | C | 0 | 7 | C0 | 4F | 40 |
| Octal | 132 | 320 | 354 | 76 | 14 | 0 | 7 | 300 | 117 | 100 |
| Binary | 1011010 | 11010000 | 11101100 | 111110 | 1100 | 0 | 111 | 11000000 | 1001111 | 1000000 |
Color Harmonies of #5AD0EC
Complementary color
Monochromatic Colors of #5AD0EC
Black with #5AD0EC
Text Example
Text Example
White with #5AD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD0EC; }
p { color: rgb(90,208,236); }
H1.HeaderClassName
{
color: #5AD0EC;
}
.AnyTagClassName
{
color: #5AD0EC;
}
</style>
background-color css
<style>
a { background-color: #5AD0EC; }
a { background-color: rgb(90,208,236); }
div.DivClassName
{
background-color: #5AD0EC;
}
.BgClassName
{
background-color: #5AD0EC;
}
</style>
border-color css
<style>
span { border-color: #5AD0EC; }
span { border-color: rgb(90,208,236); }
td.TdClassName
{
border-color: #5AD0EC;
}
.TagClassName
{
border-color: #5AD0EC;
}
</style>