Shades of Turquoise Blue #5AE2DB
Tints of Turquoise Blue #5AE2DB
RGB
CMYK
RGB Variations
Color information
#5AE2DB (or 0x5AE2DB) is known color: Turquoise Blue. HEX triplet: 5A, E2 and DB. RGB value is (90,226,219). Sum of RGB (Red+Green+Blue) = 90+226+219=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE2DB is #A51D24. Grayscale: #B8B8B8. Windows color (decimal): -10820901 or 14410330. OLE color: 14410330.
HSL color Cylindrical-coordinate representation of color #5AE2DB: hue angle of 176.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE2DB is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 226 | 219 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.11 |
| HSL | 176.91º | 0.7% | 0.62% | - |
| HSV(B) | 176.91º | 0.6% | 0.89% | - |
| XYZ | 44.2 | 61.68 | 76.59 | - |
| YUV | 184.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 226 | 219 | 0.60 | 0 | 0.03 | 0.11 | 176.91 | 0.7 | 0.62 |
| Hex | 5A | E2 | DB | 3C | 0 | 3 | B | B1 | 46 | 3E |
| Octal | 132 | 342 | 333 | 74 | 0 | 3 | 13 | 261 | 106 | 76 |
| Binary | 1011010 | 11100010 | 11011011 | 111100 | 0 | 11 | 1011 | 10110001 | 1000110 | 111110 |
Color Harmonies of #5AE2DB
Complementary color
Monochromatic Colors of #5AE2DB
Black with #5AE2DB
Text Example
Text Example
White with #5AE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE2DB; }
p { color: rgb(90,226,219); }
H1.HeaderClassName
{
color: #5AE2DB;
}
.AnyTagClassName
{
color: #5AE2DB;
}
</style>
background-color css
<style>
a { background-color: #5AE2DB; }
a { background-color: rgb(90,226,219); }
div.DivClassName
{
background-color: #5AE2DB;
}
.BgClassName
{
background-color: #5AE2DB;
}
</style>
border-color css
<style>
span { border-color: #5AE2DB; }
span { border-color: rgb(90,226,219); }
td.TdClassName
{
border-color: #5AE2DB;
}
.TagClassName
{
border-color: #5AE2DB;
}
</style>