Shades of Turquoise Blue #5AD8EC
Tints of Turquoise Blue #5AD8EC
RGB
CMYK
RGB Variations
Color information
#5AD8EC (or 0x5AD8EC) is known color: Turquoise Blue. HEX triplet: 5A, D8 and EC. RGB value is (90,216,236). Sum of RGB (Red+Green+Blue) = 90+216+236=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AD8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD8EC is #A52713. Grayscale: #B4B4B4. Windows color (decimal): -10823444 or 15521882. OLE color: 15521882.
HSL color Cylindrical-coordinate representation of color #5AD8EC: hue angle of 188.22º 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 #5AD8EC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 216 | 236 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.07 |
| HSL | 188.22º | 0.79% | 0.64% | - |
| HSV(B) | 188.22º | 0.62% | 0.93% | - |
| XYZ | 43.91 | 57.34 | 88.11 | - |
| YUV | 180.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 236 | 0.62 | 0.08 | 0 | 0.07 | 188.22 | 0.79 | 0.64 |
| Hex | 5A | D8 | EC | 3E | 8 | 0 | 7 | BC | 4F | 40 |
| Octal | 132 | 330 | 354 | 76 | 10 | 0 | 7 | 274 | 117 | 100 |
| Binary | 1011010 | 11011000 | 11101100 | 111110 | 1000 | 0 | 111 | 10111100 | 1001111 | 1000000 |
Color Harmonies of #5AD8EC
Complementary color
Monochromatic Colors of #5AD8EC
Black with #5AD8EC
Text Example
Text Example
White with #5AD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD8EC; }
p { color: rgb(90,216,236); }
H1.HeaderClassName
{
color: #5AD8EC;
}
.AnyTagClassName
{
color: #5AD8EC;
}
</style>
background-color css
<style>
a { background-color: #5AD8EC; }
a { background-color: rgb(90,216,236); }
div.DivClassName
{
background-color: #5AD8EC;
}
.BgClassName
{
background-color: #5AD8EC;
}
</style>
border-color css
<style>
span { border-color: #5AD8EC; }
span { border-color: rgb(90,216,236); }
td.TdClassName
{
border-color: #5AD8EC;
}
.TagClassName
{
border-color: #5AD8EC;
}
</style>