Shades of Turquoise Blue #5AE6E2
Tints of Turquoise Blue #5AE6E2
RGB
CMYK
RGB Variations
Color information
#5AE6E2 (or 0x5AE6E2) is known color: Turquoise Blue. HEX triplet: 5A, E6 and E2. RGB value is (90,230,226). Sum of RGB (Red+Green+Blue) = 90+230+226=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6E2 is #A5191D. Grayscale: #BBBBBB. Windows color (decimal): -10819870 or 14870106. OLE color: 14870106.
HSL color Cylindrical-coordinate representation of color #5AE6E2: hue angle of 178.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE6E2 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 226 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.10 |
| HSL | 178.29º | 0.74% | 0.63% | - |
| HSV(B) | 178.29º | 0.61% | 0.9% | - |
| XYZ | 46.24 | 64.26 | 81.92 | - |
| YUV | 187.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 226 | 0.61 | 0 | 0.02 | 0.10 | 178.29 | 0.74 | 0.63 |
| Hex | 5A | E6 | E2 | 3D | 0 | 2 | A | B2 | 4A | 3F |
| Octal | 132 | 346 | 342 | 75 | 0 | 2 | 12 | 262 | 112 | 77 |
| Binary | 1011010 | 11100110 | 11100010 | 111101 | 0 | 10 | 1010 | 10110010 | 1001010 | 111111 |
Color Harmonies of #5AE6E2
Complementary color
Monochromatic Colors of #5AE6E2
Black with #5AE6E2
Text Example
Text Example
White with #5AE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE6E2; }
p { color: rgb(90,230,226); }
H1.HeaderClassName
{
color: #5AE6E2;
}
.AnyTagClassName
{
color: #5AE6E2;
}
</style>
background-color css
<style>
a { background-color: #5AE6E2; }
a { background-color: rgb(90,230,226); }
div.DivClassName
{
background-color: #5AE6E2;
}
.BgClassName
{
background-color: #5AE6E2;
}
</style>
border-color css
<style>
span { border-color: #5AE6E2; }
span { border-color: rgb(90,230,226); }
td.TdClassName
{
border-color: #5AE6E2;
}
.TagClassName
{
border-color: #5AE6E2;
}
</style>