Shades of Medium Turquoise #5ADDD5
Tints of Medium Turquoise #5ADDD5
RGB
CMYK
RGB Variations
Color information
#5ADDD5 (or 0x5ADDD5) is known color: Medium Turquoise. HEX triplet: 5A, DD and D5. RGB value is (90,221,213). Sum of RGB (Red+Green+Blue) = 90+221+213=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDD5 is #A5222A. Grayscale: #B4B4B4. Windows color (decimal): -10822187 or 14015834. OLE color: 14015834.
HSL color Cylindrical-coordinate representation of color #5ADDD5: hue angle of 176.34º 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 #5ADDD5 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 213 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.13 |
| HSL | 176.34º | 0.66% | 0.61% | - |
| HSV(B) | 176.34º | 0.59% | 0.87% | - |
| XYZ | 42.08 | 58.69 | 72.06 | - |
| YUV | 180.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 213 | 0.59 | 0 | 0.04 | 0.13 | 176.34 | 0.66 | 0.61 |
| Hex | 5A | DD | D5 | 3B | 0 | 4 | D | B0 | 42 | 3D |
| Octal | 132 | 335 | 325 | 73 | 0 | 4 | 15 | 260 | 102 | 75 |
| Binary | 1011010 | 11011101 | 11010101 | 111011 | 0 | 100 | 1101 | 10110000 | 1000010 | 111101 |
Color Harmonies of #5ADDD5
Complementary color
Monochromatic Colors of #5ADDD5
Black with #5ADDD5
Text Example
Text Example
White with #5ADDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDD5; }
p { color: rgb(90,221,213); }
H1.HeaderClassName
{
color: #5ADDD5;
}
.AnyTagClassName
{
color: #5ADDD5;
}
</style>
background-color css
<style>
a { background-color: #5ADDD5; }
a { background-color: rgb(90,221,213); }
div.DivClassName
{
background-color: #5ADDD5;
}
.BgClassName
{
background-color: #5ADDD5;
}
</style>
border-color css
<style>
span { border-color: #5ADDD5; }
span { border-color: rgb(90,221,213); }
td.TdClassName
{
border-color: #5ADDD5;
}
.TagClassName
{
border-color: #5ADDD5;
}
</style>