Shades of Turquoise #5AEDCD
Tints of Turquoise #5AEDCD
RGB
CMYK
RGB Variations
Color information
#5AEDCD (or 0x5AEDCD) is known color: Turquoise. HEX triplet: 5A, ED and CD. RGB value is (90,237,205). Sum of RGB (Red+Green+Blue) = 90+237+205=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDCD is #A51232. Grayscale: #BDBDBD. Windows color (decimal): -10818099 or 13495642. OLE color: 13495642.
HSL color Cylindrical-coordinate representation of color #5AEDCD: hue angle of 166.94º 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 #5AEDCD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 205 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.07 |
| HSL | 166.94º | 0.8% | 0.64% | - |
| HSV(B) | 166.94º | 0.62% | 0.93% | - |
| XYZ | 45.52 | 67.15 | 68.32 | - |
| YUV | 189.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 205 | 0.62 | 0 | 0.14 | 0.07 | 166.94 | 0.8 | 0.64 |
| Hex | 5A | ED | CD | 3E | 0 | E | 7 | A7 | 50 | 40 |
| Octal | 132 | 355 | 315 | 76 | 0 | 16 | 7 | 247 | 120 | 100 |
| Binary | 1011010 | 11101101 | 11001101 | 111110 | 0 | 1110 | 111 | 10100111 | 1010000 | 1000000 |
Color Harmonies of #5AEDCD
Complementary color
Monochromatic Colors of #5AEDCD
Black with #5AEDCD
Text Example
Text Example
White with #5AEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDCD; }
p { color: rgb(90,237,205); }
H1.HeaderClassName
{
color: #5AEDCD;
}
.AnyTagClassName
{
color: #5AEDCD;
}
</style>
background-color css
<style>
a { background-color: #5AEDCD; }
a { background-color: rgb(90,237,205); }
div.DivClassName
{
background-color: #5AEDCD;
}
.BgClassName
{
background-color: #5AEDCD;
}
</style>
border-color css
<style>
span { border-color: #5AEDCD; }
span { border-color: rgb(90,237,205); }
td.TdClassName
{
border-color: #5AEDCD;
}
.TagClassName
{
border-color: #5AEDCD;
}
</style>