Shades of Turquoise #5AEDDA
Tints of Turquoise #5AEDDA
RGB
CMYK
RGB Variations
Color information
#5AEDDA (or 0x5AEDDA) is known color: Turquoise. HEX triplet: 5A, ED and DA. RGB value is (90,237,218). Sum of RGB (Red+Green+Blue) = 90+237+218=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDDA is #A51225. Grayscale: #BEBEBE. Windows color (decimal): -10818086 or 14347610. OLE color: 14347610.
HSL color Cylindrical-coordinate representation of color #5AEDDA: hue angle of 172.24º 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 #5AEDDA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 218 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.07 |
| HSL | 172.24º | 0.8% | 0.64% | - |
| HSV(B) | 172.24º | 0.62% | 0.93% | - |
| XYZ | 47.16 | 67.8 | 76.93 | - |
| YUV | 190.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 218 | 0.62 | 0 | 0.08 | 0.07 | 172.24 | 0.8 | 0.64 |
| Hex | 5A | ED | DA | 3E | 0 | 8 | 7 | AC | 50 | 40 |
| Octal | 132 | 355 | 332 | 76 | 0 | 10 | 7 | 254 | 120 | 100 |
| Binary | 1011010 | 11101101 | 11011010 | 111110 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000000 |
Color Harmonies of #5AEDDA
Complementary color
Monochromatic Colors of #5AEDDA
Black with #5AEDDA
Text Example
Text Example
White with #5AEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDDA; }
p { color: rgb(90,237,218); }
H1.HeaderClassName
{
color: #5AEDDA;
}
.AnyTagClassName
{
color: #5AEDDA;
}
</style>
background-color css
<style>
a { background-color: #5AEDDA; }
a { background-color: rgb(90,237,218); }
div.DivClassName
{
background-color: #5AEDDA;
}
.BgClassName
{
background-color: #5AEDDA;
}
</style>
border-color css
<style>
span { border-color: #5AEDDA; }
span { border-color: rgb(90,237,218); }
td.TdClassName
{
border-color: #5AEDDA;
}
.TagClassName
{
border-color: #5AEDDA;
}
</style>