Shades of Medium Turquoise #5ACCD0
Tints of Medium Turquoise #5ACCD0
RGB
CMYK
RGB Variations
Color information
#5ACCD0 (or 0x5ACCD0) is known color: Medium Turquoise. HEX triplet: 5A, CC and D0. RGB value is (90,204,208). Sum of RGB (Red+Green+Blue) = 90+204+208=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #5ACCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCD0 is #A5332F. Grayscale: #AAAAAA. Windows color (decimal): -10826544 or 13683802. OLE color: 13683802.
HSL color Cylindrical-coordinate representation of color #5ACCD0: hue angle of 182.03º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACCD0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 204 | 208 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.18 |
| HSL | 182.03º | 0.56% | 0.58% | - |
| HSV(B) | 182.03º | 0.57% | 0.82% | - |
| XYZ | 37.19 | 49.91 | 67.35 | - |
| YUV | 170.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 208 | 0.57 | 0.02 | 0 | 0.18 | 182.03 | 0.56 | 0.58 |
| Hex | 5A | CC | D0 | 39 | 2 | 0 | 12 | B6 | 38 | 3A |
| Octal | 132 | 314 | 320 | 71 | 2 | 0 | 22 | 266 | 70 | 72 |
| Binary | 1011010 | 11001100 | 11010000 | 111001 | 10 | 0 | 10010 | 10110110 | 111000 | 111010 |
Color Harmonies of #5ACCD0
Complementary color
Monochromatic Colors of #5ACCD0
Black with #5ACCD0
Text Example
Text Example
White with #5ACCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCD0; }
p { color: rgb(90,204,208); }
H1.HeaderClassName
{
color: #5ACCD0;
}
.AnyTagClassName
{
color: #5ACCD0;
}
</style>
background-color css
<style>
a { background-color: #5ACCD0; }
a { background-color: rgb(90,204,208); }
div.DivClassName
{
background-color: #5ACCD0;
}
.BgClassName
{
background-color: #5ACCD0;
}
</style>
border-color css
<style>
span { border-color: #5ACCD0; }
span { border-color: rgb(90,204,208); }
td.TdClassName
{
border-color: #5ACCD0;
}
.TagClassName
{
border-color: #5ACCD0;
}
</style>