Shades of Medium Turquoise #5ADACC
Tints of Medium Turquoise #5ADACC
RGB
CMYK
RGB Variations
Color information
#5ADACC (or 0x5ADACC) is known color: Medium Turquoise. HEX triplet: 5A, DA and CC. RGB value is (90,218,204). Sum of RGB (Red+Green+Blue) = 90+218+204=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADACC is #A52533. Grayscale: #B2B2B2. Windows color (decimal): -10822964 or 13425242. OLE color: 13425242.
HSL color Cylindrical-coordinate representation of color #5ADACC: hue angle of 173.44º 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 #5ADACC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 204 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.15 |
| HSL | 173.44º | 0.63% | 0.6% | - |
| HSV(B) | 173.44º | 0.59% | 0.85% | - |
| XYZ | 40.19 | 56.68 | 65.95 | - |
| YUV | 178.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 204 | 0.59 | 0 | 0.06 | 0.15 | 173.44 | 0.63 | 0.6 |
| Hex | 5A | DA | CC | 3B | 0 | 6 | F | AD | 3F | 3C |
| Octal | 132 | 332 | 314 | 73 | 0 | 6 | 17 | 255 | 77 | 74 |
| Binary | 1011010 | 11011010 | 11001100 | 111011 | 0 | 110 | 1111 | 10101101 | 111111 | 111100 |
Color Harmonies of #5ADACC
Complementary color
Monochromatic Colors of #5ADACC
Black with #5ADACC
Text Example
Text Example
White with #5ADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADACC; }
p { color: rgb(90,218,204); }
H1.HeaderClassName
{
color: #5ADACC;
}
.AnyTagClassName
{
color: #5ADACC;
}
</style>
background-color css
<style>
a { background-color: #5ADACC; }
a { background-color: rgb(90,218,204); }
div.DivClassName
{
background-color: #5ADACC;
}
.BgClassName
{
background-color: #5ADACC;
}
</style>
border-color css
<style>
span { border-color: #5ADACC; }
span { border-color: rgb(90,218,204); }
td.TdClassName
{
border-color: #5ADACC;
}
.TagClassName
{
border-color: #5ADACC;
}
</style>