Shades of Medium Turquoise #5ADAC8
Tints of Medium Turquoise #5ADAC8
RGB
CMYK
RGB Variations
Color information
#5ADAC8 (or 0x5ADAC8) is known color: Medium Turquoise. HEX triplet: 5A, DA and C8. RGB value is (90,218,200). Sum of RGB (Red+Green+Blue) = 90+218+200=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADAC8 is #A52537. Grayscale: #B1B1B1. Windows color (decimal): -10822968 or 13163098. OLE color: 13163098.
HSL color Cylindrical-coordinate representation of color #5ADAC8: hue angle of 171.56º 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 #5ADAC8 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 200 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.15 |
| HSL | 171.56º | 0.63% | 0.6% | - |
| HSV(B) | 171.56º | 0.59% | 0.85% | - |
| XYZ | 39.71 | 56.49 | 63.45 | - |
| YUV | 177.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 200 | 0.59 | 0 | 0.08 | 0.15 | 171.56 | 0.63 | 0.6 |
| Hex | 5A | DA | C8 | 3B | 0 | 8 | F | AC | 3F | 3C |
| Octal | 132 | 332 | 310 | 73 | 0 | 10 | 17 | 254 | 77 | 74 |
| Binary | 1011010 | 11011010 | 11001000 | 111011 | 0 | 1000 | 1111 | 10101100 | 111111 | 111100 |
Color Harmonies of #5ADAC8
Complementary color
Monochromatic Colors of #5ADAC8
Black with #5ADAC8
Text Example
Text Example
White with #5ADAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAC8; }
p { color: rgb(90,218,200); }
H1.HeaderClassName
{
color: #5ADAC8;
}
.AnyTagClassName
{
color: #5ADAC8;
}
</style>
background-color css
<style>
a { background-color: #5ADAC8; }
a { background-color: rgb(90,218,200); }
div.DivClassName
{
background-color: #5ADAC8;
}
.BgClassName
{
background-color: #5ADAC8;
}
</style>
border-color css
<style>
span { border-color: #5ADAC8; }
span { border-color: rgb(90,218,200); }
td.TdClassName
{
border-color: #5ADAC8;
}
.TagClassName
{
border-color: #5ADAC8;
}
</style>