Shades of Medium Turquoise #5ADACD
Tints of Medium Turquoise #5ADACD
RGB
CMYK
RGB Variations
Color information
#5ADACD (or 0x5ADACD) is known color: Medium Turquoise. HEX triplet: 5A, DA and CD. RGB value is (90,218,205). Sum of RGB (Red+Green+Blue) = 90+218+205=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADACD is #A52532. Grayscale: #B2B2B2. Windows color (decimal): -10822963 or 13490778. OLE color: 13490778.
HSL color Cylindrical-coordinate representation of color #5ADACD: hue angle of 173.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADACD is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 205 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.15 |
| HSL | 173.91º | 0.63% | 0.6% | - |
| HSV(B) | 173.91º | 0.59% | 0.85% | - |
| XYZ | 40.31 | 56.72 | 66.58 | - |
| YUV | 178.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 205 | 0.59 | 0 | 0.06 | 0.15 | 173.91 | 0.63 | 0.6 |
| Hex | 5A | DA | CD | 3B | 0 | 6 | F | AE | 3F | 3C |
| Octal | 132 | 332 | 315 | 73 | 0 | 6 | 17 | 256 | 77 | 74 |
| Binary | 1011010 | 11011010 | 11001101 | 111011 | 0 | 110 | 1111 | 10101110 | 111111 | 111100 |
Color Harmonies of #5ADACD
Complementary color
Monochromatic Colors of #5ADACD
Black with #5ADACD
Text Example
Text Example
White with #5ADACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADACD; }
p { color: rgb(90,218,205); }
H1.HeaderClassName
{
color: #5ADACD;
}
.AnyTagClassName
{
color: #5ADACD;
}
</style>
background-color css
<style>
a { background-color: #5ADACD; }
a { background-color: rgb(90,218,205); }
div.DivClassName
{
background-color: #5ADACD;
}
.BgClassName
{
background-color: #5ADACD;
}
</style>
border-color css
<style>
span { border-color: #5ADACD; }
span { border-color: rgb(90,218,205); }
td.TdClassName
{
border-color: #5ADACD;
}
.TagClassName
{
border-color: #5ADACD;
}
</style>