Shades of Turquoise #5AEECD
Tints of Turquoise #5AEECD
RGB
CMYK
RGB Variations
Color information
#5AEECD (or 0x5AEECD) is known color: Turquoise. HEX triplet: 5A, EE and CD. RGB value is (90,238,205). Sum of RGB (Red+Green+Blue) = 90+238+205=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEECD is #A51132. Grayscale: #BDBDBD. Windows color (decimal): -10817843 or 13495898. OLE color: 13495898.
HSL color Cylindrical-coordinate representation of color #5AEECD: hue angle of 166.62º degrees, saturation: 0.81, 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 #5AEECD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 205 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.07 |
| HSL | 166.62º | 0.81% | 0.64% | - |
| HSV(B) | 166.62º | 0.62% | 0.93% | - |
| XYZ | 45.81 | 67.73 | 68.42 | - |
| YUV | 189.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 205 | 0.62 | 0 | 0.14 | 0.07 | 166.62 | 0.81 | 0.64 |
| Hex | 5A | EE | CD | 3E | 0 | E | 7 | A7 | 51 | 40 |
| Octal | 132 | 356 | 315 | 76 | 0 | 16 | 7 | 247 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11001101 | 111110 | 0 | 1110 | 111 | 10100111 | 1010001 | 1000000 |
Color Harmonies of #5AEECD
Complementary color
Monochromatic Colors of #5AEECD
Black with #5AEECD
Text Example
Text Example
White with #5AEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEECD; }
p { color: rgb(90,238,205); }
H1.HeaderClassName
{
color: #5AEECD;
}
.AnyTagClassName
{
color: #5AEECD;
}
</style>
background-color css
<style>
a { background-color: #5AEECD; }
a { background-color: rgb(90,238,205); }
div.DivClassName
{
background-color: #5AEECD;
}
.BgClassName
{
background-color: #5AEECD;
}
</style>
border-color css
<style>
span { border-color: #5AEECD; }
span { border-color: rgb(90,238,205); }
td.TdClassName
{
border-color: #5AEECD;
}
.TagClassName
{
border-color: #5AEECD;
}
</style>