Shades of Medium Turquoise #5AE0D4
Tints of Medium Turquoise #5AE0D4
RGB
CMYK
RGB Variations
Color information
#5AE0D4 (or 0x5AE0D4) is known color: Medium Turquoise. HEX triplet: 5A, E0 and D4. RGB value is (90,224,212). Sum of RGB (Red+Green+Blue) = 90+224+212=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE0D4 is #A51F2B. Grayscale: #B6B6B6. Windows color (decimal): -10821420 or 13951066. OLE color: 13951066.
HSL color Cylindrical-coordinate representation of color #5AE0D4: hue angle of 174.63º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE0D4 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 212 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.12 |
| HSL | 174.63º | 0.68% | 0.62% | - |
| HSV(B) | 174.63º | 0.6% | 0.88% | - |
| XYZ | 42.76 | 60.24 | 71.66 | - |
| YUV | 182.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 212 | 0.60 | 0 | 0.05 | 0.12 | 174.63 | 0.68 | 0.62 |
| Hex | 5A | E0 | D4 | 3C | 0 | 5 | C | AF | 44 | 3E |
| Octal | 132 | 340 | 324 | 74 | 0 | 5 | 14 | 257 | 104 | 76 |
| Binary | 1011010 | 11100000 | 11010100 | 111100 | 0 | 101 | 1100 | 10101111 | 1000100 | 111110 |
Color Harmonies of #5AE0D4
Complementary color
Monochromatic Colors of #5AE0D4
Black with #5AE0D4
Text Example
Text Example
White with #5AE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE0D4; }
p { color: rgb(90,224,212); }
H1.HeaderClassName
{
color: #5AE0D4;
}
.AnyTagClassName
{
color: #5AE0D4;
}
</style>
background-color css
<style>
a { background-color: #5AE0D4; }
a { background-color: rgb(90,224,212); }
div.DivClassName
{
background-color: #5AE0D4;
}
.BgClassName
{
background-color: #5AE0D4;
}
</style>
border-color css
<style>
span { border-color: #5AE0D4; }
span { border-color: rgb(90,224,212); }
td.TdClassName
{
border-color: #5AE0D4;
}
.TagClassName
{
border-color: #5AE0D4;
}
</style>