Shades of Turquoise Blue #5AE5FE
Tints of Turquoise Blue #5AE5FE
RGB
CMYK
RGB Variations
Color information
#5AE5FE (or 0x5AE5FE) is known color: Turquoise Blue. HEX triplet: 5A, E5 and FE. RGB value is (90,229,254). Sum of RGB (Red+Green+Blue) = 90+229+254=573 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.71% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AE5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE5FE is #A51A01. Grayscale: #BEBEBE. Windows color (decimal): -10820098 or 16704858. OLE color: 16704858.
HSL color Cylindrical-coordinate representation of color #5AE5FE: hue angle of 189.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AE5FE is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 229 | 254 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.00 |
| HSL | 189.15º | 0.99% | 0.67% | - |
| HSV(B) | 189.15º | 0.65% | 1% | - |
| XYZ | 50.13 | 65.37 | 103.74 | - |
| YUV | 190.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 254 | 0.65 | 0.10 | 0 | 0.00 | 189.15 | 0.99 | 0.67 |
| Hex | 5A | E5 | FE | 41 | A | 0 | 0 | BD | 63 | 43 |
| Octal | 132 | 345 | 376 | 101 | 12 | 0 | 0 | 275 | 143 | 103 |
| Binary | 1011010 | 11100101 | 11111110 | 1000001 | 1010 | 0 | 0 | 10111101 | 1100011 | 1000011 |
Color Harmonies of #5AE5FE
Complementary color
Monochromatic Colors of #5AE5FE
Black with #5AE5FE
Text Example
Text Example
White with #5AE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5FE; }
p { color: rgb(90,229,254); }
H1.HeaderClassName
{
color: #5AE5FE;
}
.AnyTagClassName
{
color: #5AE5FE;
}
</style>
background-color css
<style>
a { background-color: #5AE5FE; }
a { background-color: rgb(90,229,254); }
div.DivClassName
{
background-color: #5AE5FE;
}
.BgClassName
{
background-color: #5AE5FE;
}
</style>
border-color css
<style>
span { border-color: #5AE5FE; }
span { border-color: rgb(90,229,254); }
td.TdClassName
{
border-color: #5AE5FE;
}
.TagClassName
{
border-color: #5AE5FE;
}
</style>