Shades of Medium Turquoise #5ADCD9
Tints of Medium Turquoise #5ADCD9
RGB
CMYK
RGB Variations
Color information
#5ADCD9 (or 0x5ADCD9) is known color: Medium Turquoise. HEX triplet: 5A, DC and D9. RGB value is (90,220,217). Sum of RGB (Red+Green+Blue) = 90+220+217=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCD9 is #A52326. Grayscale: #B4B4B4. Windows color (decimal): -10822439 or 14277722. OLE color: 14277722.
HSL color Cylindrical-coordinate representation of color #5ADCD9: hue angle of 178.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCD9 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 217 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.14 |
| HSL | 178.62º | 0.65% | 0.61% | - |
| HSV(B) | 178.62º | 0.59% | 0.86% | - |
| XYZ | 42.33 | 58.37 | 74.68 | - |
| YUV | 180.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 217 | 0.59 | 0 | 0.01 | 0.14 | 178.62 | 0.65 | 0.61 |
| Hex | 5A | DC | D9 | 3B | 0 | 1 | E | B3 | 41 | 3D |
| Octal | 132 | 334 | 331 | 73 | 0 | 1 | 16 | 263 | 101 | 75 |
| Binary | 1011010 | 11011100 | 11011001 | 111011 | 0 | 1 | 1110 | 10110011 | 1000001 | 111101 |
Color Harmonies of #5ADCD9
Complementary color
Monochromatic Colors of #5ADCD9
Black with #5ADCD9
Text Example
Text Example
White with #5ADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCD9; }
p { color: rgb(90,220,217); }
H1.HeaderClassName
{
color: #5ADCD9;
}
.AnyTagClassName
{
color: #5ADCD9;
}
</style>
background-color css
<style>
a { background-color: #5ADCD9; }
a { background-color: rgb(90,220,217); }
div.DivClassName
{
background-color: #5ADCD9;
}
.BgClassName
{
background-color: #5ADCD9;
}
</style>
border-color css
<style>
span { border-color: #5ADCD9; }
span { border-color: rgb(90,220,217); }
td.TdClassName
{
border-color: #5ADCD9;
}
.TagClassName
{
border-color: #5ADCD9;
}
</style>