Shades of Medium Turquoise #5ACCCD
Tints of Medium Turquoise #5ACCCD
RGB
CMYK
RGB Variations
Color information
#5ACCCD (or 0x5ACCCD) is known color: Medium Turquoise. HEX triplet: 5A, CC and CD. RGB value is (90,204,205). Sum of RGB (Red+Green+Blue) = 90+204+205=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ACCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCCD is #A53332. Grayscale: #A9A9A9. Windows color (decimal): -10826547 or 13487194. OLE color: 13487194.
HSL color Cylindrical-coordinate representation of color #5ACCCD: hue angle of 180.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCCD is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 204 | 205 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.20 |
| HSL | 180.52º | 0.53% | 0.58% | - |
| HSV(B) | 180.52º | 0.56% | 0.8% | - |
| XYZ | 36.83 | 49.77 | 65.42 | - |
| YUV | 170.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 205 | 0.56 | 0.00 | 0 | 0.20 | 180.52 | 0.53 | 0.58 |
| Hex | 5A | CC | CD | 38 | 0 | 0 | 14 | B5 | 35 | 3A |
| Octal | 132 | 314 | 315 | 70 | 0 | 0 | 24 | 265 | 65 | 72 |
| Binary | 1011010 | 11001100 | 11001101 | 111000 | 0 | 0 | 10100 | 10110101 | 110101 | 111010 |
Color Harmonies of #5ACCCD
Complementary color
Monochromatic Colors of #5ACCCD
Black with #5ACCCD
Text Example
Text Example
White with #5ACCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCCD; }
p { color: rgb(90,204,205); }
H1.HeaderClassName
{
color: #5ACCCD;
}
.AnyTagClassName
{
color: #5ACCCD;
}
</style>
background-color css
<style>
a { background-color: #5ACCCD; }
a { background-color: rgb(90,204,205); }
div.DivClassName
{
background-color: #5ACCCD;
}
.BgClassName
{
background-color: #5ACCCD;
}
</style>
border-color css
<style>
span { border-color: #5ACCCD; }
span { border-color: rgb(90,204,205); }
td.TdClassName
{
border-color: #5ACCCD;
}
.TagClassName
{
border-color: #5ACCCD;
}
</style>