Shades of Turquoise Blue #5AE1DB
Tints of Turquoise Blue #5AE1DB
RGB
CMYK
RGB Variations
Color information
#5AE1DB (or 0x5AE1DB) is known color: Turquoise Blue. HEX triplet: 5A, E1 and DB. RGB value is (90,225,219). Sum of RGB (Red+Green+Blue) = 90+225+219=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE1DB is #A51E24. Grayscale: #B7B7B7. Windows color (decimal): -10821157 or 14410074. OLE color: 14410074.
HSL color Cylindrical-coordinate representation of color #5AE1DB: hue angle of 177.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE1DB is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 219 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.12 |
| HSL | 177.33º | 0.69% | 0.62% | - |
| HSV(B) | 177.33º | 0.6% | 0.88% | - |
| XYZ | 43.93 | 61.14 | 76.5 | - |
| YUV | 183.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 219 | 0.60 | 0 | 0.03 | 0.12 | 177.33 | 0.69 | 0.62 |
| Hex | 5A | E1 | DB | 3C | 0 | 3 | C | B1 | 45 | 3E |
| Octal | 132 | 341 | 333 | 74 | 0 | 3 | 14 | 261 | 105 | 76 |
| Binary | 1011010 | 11100001 | 11011011 | 111100 | 0 | 11 | 1100 | 10110001 | 1000101 | 111110 |
Color Harmonies of #5AE1DB
Complementary color
Monochromatic Colors of #5AE1DB
Black with #5AE1DB
Text Example
Text Example
White with #5AE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE1DB; }
p { color: rgb(90,225,219); }
H1.HeaderClassName
{
color: #5AE1DB;
}
.AnyTagClassName
{
color: #5AE1DB;
}
</style>
background-color css
<style>
a { background-color: #5AE1DB; }
a { background-color: rgb(90,225,219); }
div.DivClassName
{
background-color: #5AE1DB;
}
.BgClassName
{
background-color: #5AE1DB;
}
</style>
border-color css
<style>
span { border-color: #5AE1DB; }
span { border-color: rgb(90,225,219); }
td.TdClassName
{
border-color: #5AE1DB;
}
.TagClassName
{
border-color: #5AE1DB;
}
</style>