Shades of Turquoise Blue #5AEEE2
Tints of Turquoise Blue #5AEEE2
RGB
CMYK
RGB Variations
Color information
#5AEEE2 (or 0x5AEEE2) is known color: Turquoise Blue. HEX triplet: 5A, EE and E2. RGB value is (90,238,226). Sum of RGB (Red+Green+Blue) = 90+238+226=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEE2 is #A5111D. Grayscale: #C0C0C0. Windows color (decimal): -10817822 or 14872154. OLE color: 14872154.
HSL color Cylindrical-coordinate representation of color #5AEEE2: hue angle of 175.14º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEE2 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 226 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.07 |
| HSL | 175.14º | 0.81% | 0.64% | - |
| HSV(B) | 175.14º | 0.62% | 0.93% | - |
| XYZ | 48.52 | 68.81 | 82.68 | - |
| YUV | 192.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 226 | 0.62 | 0 | 0.05 | 0.07 | 175.14 | 0.81 | 0.64 |
| Hex | 5A | EE | E2 | 3E | 0 | 5 | 7 | AF | 51 | 40 |
| Octal | 132 | 356 | 342 | 76 | 0 | 5 | 7 | 257 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11100010 | 111110 | 0 | 101 | 111 | 10101111 | 1010001 | 1000000 |
Color Harmonies of #5AEEE2
Complementary color
Monochromatic Colors of #5AEEE2
Black with #5AEEE2
Text Example
Text Example
White with #5AEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEE2; }
p { color: rgb(90,238,226); }
H1.HeaderClassName
{
color: #5AEEE2;
}
.AnyTagClassName
{
color: #5AEEE2;
}
</style>
background-color css
<style>
a { background-color: #5AEEE2; }
a { background-color: rgb(90,238,226); }
div.DivClassName
{
background-color: #5AEEE2;
}
.BgClassName
{
background-color: #5AEEE2;
}
</style>
border-color css
<style>
span { border-color: #5AEEE2; }
span { border-color: rgb(90,238,226); }
td.TdClassName
{
border-color: #5AEEE2;
}
.TagClassName
{
border-color: #5AEEE2;
}
</style>