Shades of Turquoise #5AE5D4
Tints of Turquoise #5AE5D4
RGB
CMYK
RGB Variations
Color information
#5AE5D4 (or 0x5AE5D4) is known color: Turquoise. HEX triplet: 5A, E5 and D4. RGB value is (90,229,212). Sum of RGB (Red+Green+Blue) = 90+229+212=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5D4 is #A51A2B. Grayscale: #B9B9B9. Windows color (decimal): -10820140 or 13952346. OLE color: 13952346.
HSL color Cylindrical-coordinate representation of color #5AE5D4: hue angle of 172.66º 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 #5AE5D4 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 212 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.10 |
| HSL | 172.66º | 0.73% | 0.63% | - |
| HSV(B) | 172.66º | 0.61% | 0.9% | - |
| XYZ | 44.12 | 62.97 | 72.12 | - |
| YUV | 185.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 212 | 0.61 | 0 | 0.07 | 0.10 | 172.66 | 0.73 | 0.63 |
| Hex | 5A | E5 | D4 | 3D | 0 | 7 | A | AD | 49 | 3F |
| Octal | 132 | 345 | 324 | 75 | 0 | 7 | 12 | 255 | 111 | 77 |
| Binary | 1011010 | 11100101 | 11010100 | 111101 | 0 | 111 | 1010 | 10101101 | 1001001 | 111111 |
Color Harmonies of #5AE5D4
Complementary color
Monochromatic Colors of #5AE5D4
Black with #5AE5D4
Text Example
Text Example
White with #5AE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5D4; }
p { color: rgb(90,229,212); }
H1.HeaderClassName
{
color: #5AE5D4;
}
.AnyTagClassName
{
color: #5AE5D4;
}
</style>
background-color css
<style>
a { background-color: #5AE5D4; }
a { background-color: rgb(90,229,212); }
div.DivClassName
{
background-color: #5AE5D4;
}
.BgClassName
{
background-color: #5AE5D4;
}
</style>
border-color css
<style>
span { border-color: #5AE5D4; }
span { border-color: rgb(90,229,212); }
td.TdClassName
{
border-color: #5AE5D4;
}
.TagClassName
{
border-color: #5AE5D4;
}
</style>