Shades of Turquoise Blue #5AD1EC
Tints of Turquoise Blue #5AD1EC
RGB
CMYK
RGB Variations
Color information
#5AD1EC (or 0x5AD1EC) is known color: Turquoise Blue. HEX triplet: 5A, D1 and EC. RGB value is (90,209,236). Sum of RGB (Red+Green+Blue) = 90+209+236=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AD1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD1EC is #A52E13. Grayscale: #B0B0B0. Windows color (decimal): -10825236 or 15520090. OLE color: 15520090.
HSL color Cylindrical-coordinate representation of color #5AD1EC: hue angle of 191.1º 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 #5AD1EC is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 209 | 236 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.07 |
| HSL | 191.1º | 0.79% | 0.64% | - |
| HSV(B) | 191.1º | 0.62% | 0.93% | - |
| XYZ | 42.16 | 53.83 | 87.53 | - |
| YUV | 176.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 236 | 0.62 | 0.11 | 0 | 0.07 | 191.1 | 0.79 | 0.64 |
| Hex | 5A | D1 | EC | 3E | B | 0 | 7 | BF | 4F | 40 |
| Octal | 132 | 321 | 354 | 76 | 13 | 0 | 7 | 277 | 117 | 100 |
| Binary | 1011010 | 11010001 | 11101100 | 111110 | 1011 | 0 | 111 | 10111111 | 1001111 | 1000000 |
Color Harmonies of #5AD1EC
Complementary color
Monochromatic Colors of #5AD1EC
Black with #5AD1EC
Text Example
Text Example
White with #5AD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD1EC; }
p { color: rgb(90,209,236); }
H1.HeaderClassName
{
color: #5AD1EC;
}
.AnyTagClassName
{
color: #5AD1EC;
}
</style>
background-color css
<style>
a { background-color: #5AD1EC; }
a { background-color: rgb(90,209,236); }
div.DivClassName
{
background-color: #5AD1EC;
}
.BgClassName
{
background-color: #5AD1EC;
}
</style>
border-color css
<style>
span { border-color: #5AD1EC; }
span { border-color: rgb(90,209,236); }
td.TdClassName
{
border-color: #5AD1EC;
}
.TagClassName
{
border-color: #5AD1EC;
}
</style>