Shades of Turquoise Blue #5AEADE
Tints of Turquoise Blue #5AEADE
RGB
CMYK
RGB Variations
Color information
#5AEADE (or 0x5AEADE) is known color: Turquoise Blue. HEX triplet: 5A, EA and DE. RGB value is (90,234,222). Sum of RGB (Red+Green+Blue) = 90+234+222=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEADE is #A51521. Grayscale: #BDBDBD. Windows color (decimal): -10818850 or 14608986. OLE color: 14608986.
HSL color Cylindrical-coordinate representation of color #5AEADE: hue angle of 175º 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 #5AEADE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 222 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.08 |
| HSL | 175º | 0.77% | 0.64% | - |
| HSV(B) | 175º | 0.62% | 0.92% | - |
| XYZ | 46.82 | 66.29 | 79.44 | - |
| YUV | 189.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 222 | 0.62 | 0 | 0.05 | 0.08 | 175 | 0.77 | 0.64 |
| Hex | 5A | EA | DE | 3E | 0 | 5 | 8 | AF | 4D | 40 |
| Octal | 132 | 352 | 336 | 76 | 0 | 5 | 10 | 257 | 115 | 100 |
| Binary | 1011010 | 11101010 | 11011110 | 111110 | 0 | 101 | 1000 | 10101111 | 1001101 | 1000000 |
Color Harmonies of #5AEADE
Complementary color
Monochromatic Colors of #5AEADE
Black with #5AEADE
Text Example
Text Example
White with #5AEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEADE; }
p { color: rgb(90,234,222); }
H1.HeaderClassName
{
color: #5AEADE;
}
.AnyTagClassName
{
color: #5AEADE;
}
</style>
background-color css
<style>
a { background-color: #5AEADE; }
a { background-color: rgb(90,234,222); }
div.DivClassName
{
background-color: #5AEADE;
}
.BgClassName
{
background-color: #5AEADE;
}
</style>
border-color css
<style>
span { border-color: #5AEADE; }
span { border-color: rgb(90,234,222); }
td.TdClassName
{
border-color: #5AEADE;
}
.TagClassName
{
border-color: #5AEADE;
}
</style>