Shades of Medium Turquoise #5ADACE
Tints of Medium Turquoise #5ADACE
RGB
CMYK
RGB Variations
Color information
#5ADACE (or 0x5ADACE) is known color: Medium Turquoise. HEX triplet: 5A, DA and CE. RGB value is (90,218,206). Sum of RGB (Red+Green+Blue) = 90+218+206=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADACE is #A52531. Grayscale: #B2B2B2. Windows color (decimal): -10822962 or 13556314. OLE color: 13556314.
HSL color Cylindrical-coordinate representation of color #5ADACE: hue angle of 174.38º 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 #5ADACE is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 206 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.15 |
| HSL | 174.38º | 0.63% | 0.6% | - |
| HSV(B) | 174.38º | 0.59% | 0.85% | - |
| XYZ | 40.43 | 56.77 | 67.22 | - |
| YUV | 178.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 206 | 0.59 | 0 | 0.06 | 0.15 | 174.38 | 0.63 | 0.6 |
| Hex | 5A | DA | CE | 3B | 0 | 6 | F | AE | 3F | 3C |
| Octal | 132 | 332 | 316 | 73 | 0 | 6 | 17 | 256 | 77 | 74 |
| Binary | 1011010 | 11011010 | 11001110 | 111011 | 0 | 110 | 1111 | 10101110 | 111111 | 111100 |
Color Harmonies of #5ADACE
Complementary color
Monochromatic Colors of #5ADACE
Black with #5ADACE
Text Example
Text Example
White with #5ADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADACE; }
p { color: rgb(90,218,206); }
H1.HeaderClassName
{
color: #5ADACE;
}
.AnyTagClassName
{
color: #5ADACE;
}
</style>
background-color css
<style>
a { background-color: #5ADACE; }
a { background-color: rgb(90,218,206); }
div.DivClassName
{
background-color: #5ADACE;
}
.BgClassName
{
background-color: #5ADACE;
}
</style>
border-color css
<style>
span { border-color: #5ADACE; }
span { border-color: rgb(90,218,206); }
td.TdClassName
{
border-color: #5ADACE;
}
.TagClassName
{
border-color: #5ADACE;
}
</style>