Shades of Medium Turquoise #5ADECC
Tints of Medium Turquoise #5ADECC
RGB
CMYK
RGB Variations
Color information
#5ADECC (or 0x5ADECC) is known color: Medium Turquoise. HEX triplet: 5A, DE and CC. RGB value is (90,222,204). Sum of RGB (Red+Green+Blue) = 90+222+204=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADECC is #A52133. Grayscale: #B4B4B4. Windows color (decimal): -10821940 or 13426266. OLE color: 13426266.
HSL color Cylindrical-coordinate representation of color #5ADECC: hue angle of 171.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADECC is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 204 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.13 |
| HSL | 171.82º | 0.67% | 0.61% | - |
| HSV(B) | 171.82º | 0.59% | 0.87% | - |
| XYZ | 41.24 | 58.78 | 66.3 | - |
| YUV | 180.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 204 | 0.59 | 0 | 0.08 | 0.13 | 171.82 | 0.67 | 0.61 |
| Hex | 5A | DE | CC | 3B | 0 | 8 | D | AC | 43 | 3D |
| Octal | 132 | 336 | 314 | 73 | 0 | 10 | 15 | 254 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11001100 | 111011 | 0 | 1000 | 1101 | 10101100 | 1000011 | 111101 |
Color Harmonies of #5ADECC
Complementary color
Monochromatic Colors of #5ADECC
Black with #5ADECC
Text Example
Text Example
White with #5ADECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADECC; }
p { color: rgb(90,222,204); }
H1.HeaderClassName
{
color: #5ADECC;
}
.AnyTagClassName
{
color: #5ADECC;
}
</style>
background-color css
<style>
a { background-color: #5ADECC; }
a { background-color: rgb(90,222,204); }
div.DivClassName
{
background-color: #5ADECC;
}
.BgClassName
{
background-color: #5ADECC;
}
</style>
border-color css
<style>
span { border-color: #5ADECC; }
span { border-color: rgb(90,222,204); }
td.TdClassName
{
border-color: #5ADECC;
}
.TagClassName
{
border-color: #5ADECC;
}
</style>