Shades of Medium Turquoise #5AD5CD
Tints of Medium Turquoise #5AD5CD
RGB
CMYK
RGB Variations
Color information
#5AD5CD (or 0x5AD5CD) is known color: Medium Turquoise. HEX triplet: 5A, D5 and CD. RGB value is (90,213,205). Sum of RGB (Red+Green+Blue) = 90+213+205=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5CD is #A52A32. Grayscale: #AFAFAF. Windows color (decimal): -10824243 or 13489498. OLE color: 13489498.
HSL color Cylindrical-coordinate representation of color #5AD5CD: hue angle of 176.1º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5CD is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 205 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.16 |
| HSL | 176.1º | 0.59% | 0.59% | - |
| HSV(B) | 176.1º | 0.58% | 0.84% | - |
| XYZ | 39.03 | 54.17 | 66.16 | - |
| YUV | 175.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 205 | 0.58 | 0 | 0.04 | 0.16 | 176.1 | 0.59 | 0.59 |
| Hex | 5A | D5 | CD | 3A | 0 | 4 | 10 | B0 | 3B | 3B |
| Octal | 132 | 325 | 315 | 72 | 0 | 4 | 20 | 260 | 73 | 73 |
| Binary | 1011010 | 11010101 | 11001101 | 111010 | 0 | 100 | 10000 | 10110000 | 111011 | 111011 |
Color Harmonies of #5AD5CD
Complementary color
Monochromatic Colors of #5AD5CD
Black with #5AD5CD
Text Example
Text Example
White with #5AD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5CD; }
p { color: rgb(90,213,205); }
H1.HeaderClassName
{
color: #5AD5CD;
}
.AnyTagClassName
{
color: #5AD5CD;
}
</style>
background-color css
<style>
a { background-color: #5AD5CD; }
a { background-color: rgb(90,213,205); }
div.DivClassName
{
background-color: #5AD5CD;
}
.BgClassName
{
background-color: #5AD5CD;
}
</style>
border-color css
<style>
span { border-color: #5AD5CD; }
span { border-color: rgb(90,213,205); }
td.TdClassName
{
border-color: #5AD5CD;
}
.TagClassName
{
border-color: #5AD5CD;
}
</style>