Shades of Turquoise Blue #5AEAE1
Tints of Turquoise Blue #5AEAE1
RGB
CMYK
RGB Variations
Color information
#5AEAE1 (or 0x5AEAE1) is known color: Turquoise Blue. HEX triplet: 5A, EA and E1. RGB value is (90,234,225). Sum of RGB (Red+Green+Blue) = 90+234+225=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEAE1 is #A5151E. Grayscale: #BDBDBD. Windows color (decimal): -10818847 or 14805594. OLE color: 14805594.
HSL color Cylindrical-coordinate representation of color #5AEAE1: hue angle of 176.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEAE1 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 225 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.08 |
| HSL | 176.25º | 0.77% | 0.64% | - |
| HSV(B) | 176.25º | 0.62% | 0.92% | - |
| XYZ | 47.23 | 66.46 | 81.57 | - |
| YUV | 189.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 225 | 0.62 | 0 | 0.04 | 0.08 | 176.25 | 0.77 | 0.64 |
| Hex | 5A | EA | E1 | 3E | 0 | 4 | 8 | B0 | 4D | 40 |
| Octal | 132 | 352 | 341 | 76 | 0 | 4 | 10 | 260 | 115 | 100 |
| Binary | 1011010 | 11101010 | 11100001 | 111110 | 0 | 100 | 1000 | 10110000 | 1001101 | 1000000 |
Color Harmonies of #5AEAE1
Complementary color
Monochromatic Colors of #5AEAE1
Black with #5AEAE1
Text Example
Text Example
White with #5AEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEAE1; }
p { color: rgb(90,234,225); }
H1.HeaderClassName
{
color: #5AEAE1;
}
.AnyTagClassName
{
color: #5AEAE1;
}
</style>
background-color css
<style>
a { background-color: #5AEAE1; }
a { background-color: rgb(90,234,225); }
div.DivClassName
{
background-color: #5AEAE1;
}
.BgClassName
{
background-color: #5AEAE1;
}
</style>
border-color css
<style>
span { border-color: #5AEAE1; }
span { border-color: rgb(90,234,225); }
td.TdClassName
{
border-color: #5AEAE1;
}
.TagClassName
{
border-color: #5AEAE1;
}
</style>