Shades of Medium Turquoise #5ADDD0
Tints of Medium Turquoise #5ADDD0
RGB
CMYK
RGB Variations
Color information
#5ADDD0 (or 0x5ADDD0) is known color: Medium Turquoise. HEX triplet: 5A, DD and D0. RGB value is (90,221,208). Sum of RGB (Red+Green+Blue) = 90+221+208=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDD0 is #A5222F. Grayscale: #B4B4B4. Windows color (decimal): -10822192 or 13688154. OLE color: 13688154.
HSL color Cylindrical-coordinate representation of color #5ADDD0: hue angle of 174.05º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDD0 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 208 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.13 |
| HSL | 174.05º | 0.66% | 0.61% | - |
| HSV(B) | 174.05º | 0.59% | 0.87% | - |
| XYZ | 41.46 | 58.44 | 68.77 | - |
| YUV | 180.35 | 143.6 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 208 | 0.59 | 0 | 0.06 | 0.13 | 174.05 | 0.66 | 0.61 |
| Hex | 5A | DD | D0 | 3B | 0 | 6 | D | AE | 42 | 3D |
| Octal | 132 | 335 | 320 | 73 | 0 | 6 | 15 | 256 | 102 | 75 |
| Binary | 1011010 | 11011101 | 11010000 | 111011 | 0 | 110 | 1101 | 10101110 | 1000010 | 111101 |
Color Harmonies of #5ADDD0
Complementary color
Monochromatic Colors of #5ADDD0
Black with #5ADDD0
Text Example
Text Example
White with #5ADDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDD0; }
p { color: rgb(90,221,208); }
H1.HeaderClassName
{
color: #5ADDD0;
}
.AnyTagClassName
{
color: #5ADDD0;
}
</style>
background-color css
<style>
a { background-color: #5ADDD0; }
a { background-color: rgb(90,221,208); }
div.DivClassName
{
background-color: #5ADDD0;
}
.BgClassName
{
background-color: #5ADDD0;
}
</style>
border-color css
<style>
span { border-color: #5ADDD0; }
span { border-color: rgb(90,221,208); }
td.TdClassName
{
border-color: #5ADDD0;
}
.TagClassName
{
border-color: #5ADDD0;
}
</style>