Shades of Medium Turquoise #5ADAD2
Tints of Medium Turquoise #5ADAD2
RGB
CMYK
RGB Variations
Color information
#5ADAD2 (or 0x5ADAD2) is known color: Medium Turquoise. HEX triplet: 5A, DA and D2. RGB value is (90,218,210). Sum of RGB (Red+Green+Blue) = 90+218+210=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADAD2 is #A5252D. Grayscale: #B2B2B2. Windows color (decimal): -10822958 or 13818458. OLE color: 13818458.
HSL color Cylindrical-coordinate representation of color #5ADAD2: hue angle of 176.25º 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 #5ADAD2 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 210 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.15 |
| HSL | 176.25º | 0.63% | 0.6% | - |
| HSV(B) | 176.25º | 0.59% | 0.85% | - |
| XYZ | 40.92 | 56.97 | 69.81 | - |
| YUV | 178.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 210 | 0.59 | 0 | 0.04 | 0.15 | 176.25 | 0.63 | 0.6 |
| Hex | 5A | DA | D2 | 3B | 0 | 4 | F | B0 | 3F | 3C |
| Octal | 132 | 332 | 322 | 73 | 0 | 4 | 17 | 260 | 77 | 74 |
| Binary | 1011010 | 11011010 | 11010010 | 111011 | 0 | 100 | 1111 | 10110000 | 111111 | 111100 |
Color Harmonies of #5ADAD2
Complementary color
Monochromatic Colors of #5ADAD2
Black with #5ADAD2
Text Example
Text Example
White with #5ADAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAD2; }
p { color: rgb(90,218,210); }
H1.HeaderClassName
{
color: #5ADAD2;
}
.AnyTagClassName
{
color: #5ADAD2;
}
</style>
background-color css
<style>
a { background-color: #5ADAD2; }
a { background-color: rgb(90,218,210); }
div.DivClassName
{
background-color: #5ADAD2;
}
.BgClassName
{
background-color: #5ADAD2;
}
</style>
border-color css
<style>
span { border-color: #5ADAD2; }
span { border-color: rgb(90,218,210); }
td.TdClassName
{
border-color: #5ADAD2;
}
.TagClassName
{
border-color: #5ADAD2;
}
</style>