Shades of Turquoise #5AE5D1
Tints of Turquoise #5AE5D1
RGB
CMYK
RGB Variations
Color information
#5AE5D1 (or 0x5AE5D1) is known color: Turquoise. HEX triplet: 5A, E5 and D1. RGB value is (90,229,209). Sum of RGB (Red+Green+Blue) = 90+229+209=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5D1 is #A51A2E. Grayscale: #B9B9B9. Windows color (decimal): -10820143 or 13755738. OLE color: 13755738.
HSL color Cylindrical-coordinate representation of color #5AE5D1: hue angle of 171.37º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5D1 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 209 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.10 |
| HSL | 171.37º | 0.73% | 0.63% | - |
| HSV(B) | 171.37º | 0.61% | 0.9% | - |
| XYZ | 43.74 | 62.82 | 70.14 | - |
| YUV | 185.16 | 141.45 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 209 | 0.61 | 0 | 0.09 | 0.10 | 171.37 | 0.73 | 0.63 |
| Hex | 5A | E5 | D1 | 3D | 0 | 9 | A | AB | 49 | 3F |
| Octal | 132 | 345 | 321 | 75 | 0 | 11 | 12 | 253 | 111 | 77 |
| Binary | 1011010 | 11100101 | 11010001 | 111101 | 0 | 1001 | 1010 | 10101011 | 1001001 | 111111 |
Color Harmonies of #5AE5D1
Complementary color
Monochromatic Colors of #5AE5D1
Black with #5AE5D1
Text Example
Text Example
White with #5AE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5D1; }
p { color: rgb(90,229,209); }
H1.HeaderClassName
{
color: #5AE5D1;
}
.AnyTagClassName
{
color: #5AE5D1;
}
</style>
background-color css
<style>
a { background-color: #5AE5D1; }
a { background-color: rgb(90,229,209); }
div.DivClassName
{
background-color: #5AE5D1;
}
.BgClassName
{
background-color: #5AE5D1;
}
</style>
border-color css
<style>
span { border-color: #5AE5D1; }
span { border-color: rgb(90,229,209); }
td.TdClassName
{
border-color: #5AE5D1;
}
.TagClassName
{
border-color: #5AE5D1;
}
</style>