Shades of Medium Turquoise #5AD8CD
Tints of Medium Turquoise #5AD8CD
RGB
CMYK
RGB Variations
Color information
#5AD8CD (or 0x5AD8CD) is known color: Medium Turquoise. HEX triplet: 5A, D8 and CD. RGB value is (90,216,205). Sum of RGB (Red+Green+Blue) = 90+216+205=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD8CD is #A52732. Grayscale: #B0B0B0. Windows color (decimal): -10823475 or 13490266. OLE color: 13490266.
HSL color Cylindrical-coordinate representation of color #5AD8CD: hue angle of 174.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD8CD is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 205 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.15 |
| HSL | 174.76º | 0.62% | 0.6% | - |
| HSV(B) | 174.76º | 0.58% | 0.85% | - |
| XYZ | 39.79 | 55.69 | 66.41 | - |
| YUV | 177.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 205 | 0.58 | 0 | 0.05 | 0.15 | 174.76 | 0.62 | 0.6 |
| Hex | 5A | D8 | CD | 3A | 0 | 5 | F | AF | 3E | 3C |
| Octal | 132 | 330 | 315 | 72 | 0 | 5 | 17 | 257 | 76 | 74 |
| Binary | 1011010 | 11011000 | 11001101 | 111010 | 0 | 101 | 1111 | 10101111 | 111110 | 111100 |
Color Harmonies of #5AD8CD
Complementary color
Monochromatic Colors of #5AD8CD
Black with #5AD8CD
Text Example
Text Example
White with #5AD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD8CD; }
p { color: rgb(90,216,205); }
H1.HeaderClassName
{
color: #5AD8CD;
}
.AnyTagClassName
{
color: #5AD8CD;
}
</style>
background-color css
<style>
a { background-color: #5AD8CD; }
a { background-color: rgb(90,216,205); }
div.DivClassName
{
background-color: #5AD8CD;
}
.BgClassName
{
background-color: #5AD8CD;
}
</style>
border-color css
<style>
span { border-color: #5AD8CD; }
span { border-color: rgb(90,216,205); }
td.TdClassName
{
border-color: #5AD8CD;
}
.TagClassName
{
border-color: #5AD8CD;
}
</style>