Shades of Turquoise Blue #5AE5FD
Tints of Turquoise Blue #5AE5FD
RGB
CMYK
RGB Variations
Color information
#5AE5FD (or 0x5AE5FD) is known color: Turquoise Blue. HEX triplet: 5A, E5 and FD. RGB value is (90,229,253). Sum of RGB (Red+Green+Blue) = 90+229+253=572 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.73% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE5FD is #A51A02. Grayscale: #BDBDBD. Windows color (decimal): -10820099 or 16639322. OLE color: 16639322.
HSL color Cylindrical-coordinate representation of color #5AE5FD: hue angle of 188.83º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AE5FD is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 229 | 253 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.01 |
| HSL | 188.83º | 0.98% | 0.67% | - |
| HSV(B) | 188.83º | 0.64% | 0.99% | - |
| XYZ | 49.97 | 65.3 | 102.9 | - |
| YUV | 190.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 253 | 0.64 | 0.09 | 0 | 0.01 | 188.83 | 0.98 | 0.67 |
| Hex | 5A | E5 | FD | 40 | 9 | 0 | 1 | BD | 62 | 43 |
| Octal | 132 | 345 | 375 | 100 | 11 | 0 | 1 | 275 | 142 | 103 |
| Binary | 1011010 | 11100101 | 11111101 | 1000000 | 1001 | 0 | 1 | 10111101 | 1100010 | 1000011 |
Color Harmonies of #5AE5FD
Complementary color
Monochromatic Colors of #5AE5FD
Black with #5AE5FD
Text Example
Text Example
White with #5AE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5FD; }
p { color: rgb(90,229,253); }
H1.HeaderClassName
{
color: #5AE5FD;
}
.AnyTagClassName
{
color: #5AE5FD;
}
</style>
background-color css
<style>
a { background-color: #5AE5FD; }
a { background-color: rgb(90,229,253); }
div.DivClassName
{
background-color: #5AE5FD;
}
.BgClassName
{
background-color: #5AE5FD;
}
</style>
border-color css
<style>
span { border-color: #5AE5FD; }
span { border-color: rgb(90,229,253); }
td.TdClassName
{
border-color: #5AE5FD;
}
.TagClassName
{
border-color: #5AE5FD;
}
</style>