Shades of Medium Turquoise #5ADDCC
Tints of Medium Turquoise #5ADDCC
RGB
CMYK
RGB Variations
Color information
#5ADDCC (or 0x5ADDCC) is known color: Medium Turquoise. HEX triplet: 5A, DD and CC. RGB value is (90,221,204). Sum of RGB (Red+Green+Blue) = 90+221+204=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCC is #A52233. Grayscale: #B3B3B3. Windows color (decimal): -10822196 or 13426010. OLE color: 13426010.
HSL color Cylindrical-coordinate representation of color #5ADDCC: hue angle of 172.21º degrees, saturation: 0.66, 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 #5ADDCC is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 204 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.13 |
| HSL | 172.21º | 0.66% | 0.61% | - |
| HSV(B) | 172.21º | 0.59% | 0.87% | - |
| XYZ | 40.97 | 58.25 | 66.21 | - |
| YUV | 179.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 204 | 0.59 | 0 | 0.08 | 0.13 | 172.21 | 0.66 | 0.61 |
| Hex | 5A | DD | CC | 3B | 0 | 8 | D | AC | 42 | 3D |
| Octal | 132 | 335 | 314 | 73 | 0 | 10 | 15 | 254 | 102 | 75 |
| Binary | 1011010 | 11011101 | 11001100 | 111011 | 0 | 1000 | 1101 | 10101100 | 1000010 | 111101 |
Color Harmonies of #5ADDCC
Complementary color
Monochromatic Colors of #5ADDCC
Black with #5ADDCC
Text Example
Text Example
White with #5ADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDCC; }
p { color: rgb(90,221,204); }
H1.HeaderClassName
{
color: #5ADDCC;
}
.AnyTagClassName
{
color: #5ADDCC;
}
</style>
background-color css
<style>
a { background-color: #5ADDCC; }
a { background-color: rgb(90,221,204); }
div.DivClassName
{
background-color: #5ADDCC;
}
.BgClassName
{
background-color: #5ADDCC;
}
</style>
border-color css
<style>
span { border-color: #5ADDCC; }
span { border-color: rgb(90,221,204); }
td.TdClassName
{
border-color: #5ADDCC;
}
.TagClassName
{
border-color: #5ADDCC;
}
</style>