Shades of Turquoise #5AEDDE
Tints of Turquoise #5AEDDE
RGB
CMYK
RGB Variations
Color information
#5AEDDE (or 0x5AEDDE) is known color: Turquoise. HEX triplet: 5A, ED and DE. RGB value is (90,237,222). Sum of RGB (Red+Green+Blue) = 90+237+222=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDDE is #A51221. Grayscale: #BFBFBF. Windows color (decimal): -10818082 or 14609754. OLE color: 14609754.
HSL color Cylindrical-coordinate representation of color #5AEDDE: hue angle of 173.88º degrees, saturation: 0.8, 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 #5AEDDE is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 222 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.07 |
| HSL | 173.88º | 0.8% | 0.64% | - |
| HSV(B) | 173.88º | 0.62% | 0.93% | - |
| XYZ | 47.69 | 68.02 | 79.72 | - |
| YUV | 191.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 222 | 0.62 | 0 | 0.06 | 0.07 | 173.88 | 0.8 | 0.64 |
| Hex | 5A | ED | DE | 3E | 0 | 6 | 7 | AE | 50 | 40 |
| Octal | 132 | 355 | 336 | 76 | 0 | 6 | 7 | 256 | 120 | 100 |
| Binary | 1011010 | 11101101 | 11011110 | 111110 | 0 | 110 | 111 | 10101110 | 1010000 | 1000000 |
Color Harmonies of #5AEDDE
Complementary color
Monochromatic Colors of #5AEDDE
Black with #5AEDDE
Text Example
Text Example
White with #5AEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDDE; }
p { color: rgb(90,237,222); }
H1.HeaderClassName
{
color: #5AEDDE;
}
.AnyTagClassName
{
color: #5AEDDE;
}
</style>
background-color css
<style>
a { background-color: #5AEDDE; }
a { background-color: rgb(90,237,222); }
div.DivClassName
{
background-color: #5AEDDE;
}
.BgClassName
{
background-color: #5AEDDE;
}
</style>
border-color css
<style>
span { border-color: #5AEDDE; }
span { border-color: rgb(90,237,222); }
td.TdClassName
{
border-color: #5AEDDE;
}
.TagClassName
{
border-color: #5AEDDE;
}
</style>