Shades of Turquoise Blue #5AE0FF
Tints of Turquoise Blue #5AE0FF
RGB
CMYK
RGB Variations
Color information
#5AE0FF (or 0x5AE0FF) is known color: Turquoise Blue. HEX triplet: 5A, E0 and FF. RGB value is (90,224,255). Sum of RGB (Red+Green+Blue) = 90+224+255=569 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.82% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE0FF is #A51F00. Grayscale: #BBBBBB. Windows color (decimal): -10821377 or 16769114. OLE color: 16769114.
HSL color Cylindrical-coordinate representation of color #5AE0FF: hue angle of 191.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AE0FF is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 224 | 255 | - |
| CMYK | 0.65 | 0.12 | 0 | 0 |
| HSL | 191.27º | 1% | 0.68% | - |
| HSV(B) | 191.27º | 0.65% | 1% | - |
| XYZ | 48.92 | 62.7 | 104.13 | - |
| YUV | 187.47 | 166.11 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 255 | 0.65 | 0.12 | 0 | 0 | 191.27 | 1 | 0.68 |
| Hex | 5A | E0 | FF | 41 | C | 0 | 0 | BF | 64 | 44 |
| Octal | 132 | 340 | 377 | 101 | 14 | 0 | 0 | 277 | 144 | 104 |
| Binary | 1011010 | 11100000 | 11111111 | 1000001 | 1100 | 0 | 0 | 10111111 | 1100100 | 1000100 |
Color Harmonies of #5AE0FF
Complementary color
Monochromatic Colors of #5AE0FF
Black with #5AE0FF
Text Example
Text Example
White with #5AE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE0FF; }
p { color: rgb(90,224,255); }
H1.HeaderClassName
{
color: #5AE0FF;
}
.AnyTagClassName
{
color: #5AE0FF;
}
</style>
background-color css
<style>
a { background-color: #5AE0FF; }
a { background-color: rgb(90,224,255); }
div.DivClassName
{
background-color: #5AE0FF;
}
.BgClassName
{
background-color: #5AE0FF;
}
</style>
border-color css
<style>
span { border-color: #5AE0FF; }
span { border-color: rgb(90,224,255); }
td.TdClassName
{
border-color: #5AE0FF;
}
.TagClassName
{
border-color: #5AE0FF;
}
</style>