Shades of Turquoise #5AEDDD
Tints of Turquoise #5AEDDD
RGB
CMYK
RGB Variations
Color information
#5AEDDD (or 0x5AEDDD) is known color: Turquoise. HEX triplet: 5A, ED and DD. RGB value is (90,237,221). Sum of RGB (Red+Green+Blue) = 90+237+221=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDDD is #A51222. Grayscale: #BFBFBF. Windows color (decimal): -10818083 or 14544218. OLE color: 14544218.
HSL color Cylindrical-coordinate representation of color #5AEDDD: hue angle of 173.47º 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 #5AEDDD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 221 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.07 |
| HSL | 173.47º | 0.8% | 0.64% | - |
| HSV(B) | 173.47º | 0.62% | 0.93% | - |
| XYZ | 47.55 | 67.96 | 79.02 | - |
| YUV | 191.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 221 | 0.62 | 0 | 0.07 | 0.07 | 173.47 | 0.8 | 0.64 |
| Hex | 5A | ED | DD | 3E | 0 | 7 | 7 | AD | 50 | 40 |
| Octal | 132 | 355 | 335 | 76 | 0 | 7 | 7 | 255 | 120 | 100 |
| Binary | 1011010 | 11101101 | 11011101 | 111110 | 0 | 111 | 111 | 10101101 | 1010000 | 1000000 |
Color Harmonies of #5AEDDD
Complementary color
Monochromatic Colors of #5AEDDD
Black with #5AEDDD
Text Example
Text Example
White with #5AEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDDD; }
p { color: rgb(90,237,221); }
H1.HeaderClassName
{
color: #5AEDDD;
}
.AnyTagClassName
{
color: #5AEDDD;
}
</style>
background-color css
<style>
a { background-color: #5AEDDD; }
a { background-color: rgb(90,237,221); }
div.DivClassName
{
background-color: #5AEDDD;
}
.BgClassName
{
background-color: #5AEDDD;
}
</style>
border-color css
<style>
span { border-color: #5AEDDD; }
span { border-color: rgb(90,237,221); }
td.TdClassName
{
border-color: #5AEDDD;
}
.TagClassName
{
border-color: #5AEDDD;
}
</style>