Shades of Turquoise Blue #5AE5FC
Tints of Turquoise Blue #5AE5FC
RGB
CMYK
RGB Variations
Color information
#5AE5FC (or 0x5AE5FC) is known color: Turquoise Blue. HEX triplet: 5A, E5 and FC. RGB value is (90,229,252). Sum of RGB (Red+Green+Blue) = 90+229+252=571 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.76% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AE5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE5FC is #A51A03. Grayscale: #BDBDBD. Windows color (decimal): -10820100 or 16573786. OLE color: 16573786.
HSL color Cylindrical-coordinate representation of color #5AE5FC: hue angle of 188.52º degrees, saturation: 0.96, 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 #5AE5FC is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 229 | 252 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.01 |
| HSL | 188.52º | 0.96% | 0.67% | - |
| HSV(B) | 188.52º | 0.64% | 0.99% | - |
| XYZ | 49.81 | 65.24 | 102.06 | - |
| YUV | 190.06 | 162.95 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 252 | 0.64 | 0.09 | 0 | 0.01 | 188.52 | 0.96 | 0.67 |
| Hex | 5A | E5 | FC | 40 | 9 | 0 | 1 | BD | 60 | 43 |
| Octal | 132 | 345 | 374 | 100 | 11 | 0 | 1 | 275 | 140 | 103 |
| Binary | 1011010 | 11100101 | 11111100 | 1000000 | 1001 | 0 | 1 | 10111101 | 1100000 | 1000011 |
Color Harmonies of #5AE5FC
Complementary color
Monochromatic Colors of #5AE5FC
Black with #5AE5FC
Text Example
Text Example
White with #5AE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5FC; }
p { color: rgb(90,229,252); }
H1.HeaderClassName
{
color: #5AE5FC;
}
.AnyTagClassName
{
color: #5AE5FC;
}
</style>
background-color css
<style>
a { background-color: #5AE5FC; }
a { background-color: rgb(90,229,252); }
div.DivClassName
{
background-color: #5AE5FC;
}
.BgClassName
{
background-color: #5AE5FC;
}
</style>
border-color css
<style>
span { border-color: #5AE5FC; }
span { border-color: rgb(90,229,252); }
td.TdClassName
{
border-color: #5AE5FC;
}
.TagClassName
{
border-color: #5AE5FC;
}
</style>