Shades of Medium Turquoise #5ADCC8
Tints of Medium Turquoise #5ADCC8
RGB
CMYK
RGB Variations
Color information
#5ADCC8 (or 0x5ADCC8) is known color: Medium Turquoise. HEX triplet: 5A, DC and C8. RGB value is (90,220,200). Sum of RGB (Red+Green+Blue) = 90+220+200=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCC8 is #A52337. Grayscale: #B2B2B2. Windows color (decimal): -10822456 or 13163610. OLE color: 13163610.
HSL color Cylindrical-coordinate representation of color #5ADCC8: hue angle of 170.77º 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 #5ADCC8 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 200 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.14 |
| HSL | 170.77º | 0.65% | 0.61% | - |
| HSV(B) | 170.77º | 0.59% | 0.86% | - |
| XYZ | 40.23 | 57.53 | 63.63 | - |
| YUV | 178.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 200 | 0.59 | 0 | 0.09 | 0.14 | 170.77 | 0.65 | 0.61 |
| Hex | 5A | DC | C8 | 3B | 0 | 9 | E | AB | 41 | 3D |
| Octal | 132 | 334 | 310 | 73 | 0 | 11 | 16 | 253 | 101 | 75 |
| Binary | 1011010 | 11011100 | 11001000 | 111011 | 0 | 1001 | 1110 | 10101011 | 1000001 | 111101 |
Color Harmonies of #5ADCC8
Complementary color
Monochromatic Colors of #5ADCC8
Black with #5ADCC8
Text Example
Text Example
White with #5ADCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCC8; }
p { color: rgb(90,220,200); }
H1.HeaderClassName
{
color: #5ADCC8;
}
.AnyTagClassName
{
color: #5ADCC8;
}
</style>
background-color css
<style>
a { background-color: #5ADCC8; }
a { background-color: rgb(90,220,200); }
div.DivClassName
{
background-color: #5ADCC8;
}
.BgClassName
{
background-color: #5ADCC8;
}
</style>
border-color css
<style>
span { border-color: #5ADCC8; }
span { border-color: rgb(90,220,200); }
td.TdClassName
{
border-color: #5ADCC8;
}
.TagClassName
{
border-color: #5ADCC8;
}
</style>