Shades of Turquoise Blue #5AD2EC
Tints of Turquoise Blue #5AD2EC
RGB
CMYK
RGB Variations
Color information
#5AD2EC (or 0x5AD2EC) is known color: Turquoise Blue. HEX triplet: 5A, D2 and EC. RGB value is (90,210,236). Sum of RGB (Red+Green+Blue) = 90+210+236=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AD2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2EC is #A52D13. Grayscale: #B0B0B0. Windows color (decimal): -10824980 or 15520346. OLE color: 15520346.
HSL color Cylindrical-coordinate representation of color #5AD2EC: hue angle of 190.68º 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 #5AD2EC is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 210 | 236 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.07 |
| HSL | 190.68º | 0.79% | 0.64% | - |
| HSV(B) | 190.68º | 0.62% | 0.93% | - |
| XYZ | 42.4 | 54.32 | 87.61 | - |
| YUV | 177.08 | 161.24 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 236 | 0.62 | 0.11 | 0 | 0.07 | 190.68 | 0.79 | 0.64 |
| Hex | 5A | D2 | EC | 3E | B | 0 | 7 | BF | 4F | 40 |
| Octal | 132 | 322 | 354 | 76 | 13 | 0 | 7 | 277 | 117 | 100 |
| Binary | 1011010 | 11010010 | 11101100 | 111110 | 1011 | 0 | 111 | 10111111 | 1001111 | 1000000 |
Color Harmonies of #5AD2EC
Complementary color
Monochromatic Colors of #5AD2EC
Black with #5AD2EC
Text Example
Text Example
White with #5AD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2EC; }
p { color: rgb(90,210,236); }
H1.HeaderClassName
{
color: #5AD2EC;
}
.AnyTagClassName
{
color: #5AD2EC;
}
</style>
background-color css
<style>
a { background-color: #5AD2EC; }
a { background-color: rgb(90,210,236); }
div.DivClassName
{
background-color: #5AD2EC;
}
.BgClassName
{
background-color: #5AD2EC;
}
</style>
border-color css
<style>
span { border-color: #5AD2EC; }
span { border-color: rgb(90,210,236); }
td.TdClassName
{
border-color: #5AD2EC;
}
.TagClassName
{
border-color: #5AD2EC;
}
</style>