Shades of Pale Turquoise #ACE6E2
Tints of Pale Turquoise #ACE6E2
RGB
CMYK
RGB Variations
Color information
#ACE6E2 (or 0xACE6E2) is known color: Pale Turquoise. HEX triplet: AC, E6 and E2. RGB value is (172,230,226). Sum of RGB (Red+Green+Blue) = 172+230+226=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6E2 is #53191D. Grayscale: #D4D4D4. Windows color (decimal): -5445918 or 14870188. OLE color: 14870188.
HSL color Cylindrical-coordinate representation of color #ACE6E2: hue angle of 175.86º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6E2 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 230 | 226 | - |
CMYK | 0.25 | 0 | 0.02 | 0.10 |
HSL | 175.86º | 0.54% | 0.79% | - |
HSV(B) | 175.86º | 0.25% | 0.9% | - |
XYZ | 59.04 | 70.86 | 82.52 | - |
YUV | 212.2 | 135.78 | 99.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 230 | 226 | 0.25 | 0 | 0.02 | 0.10 | 175.86 | 0.54 | 0.79 |
Hex | AC | E6 | E2 | 19 | 0 | 2 | A | B0 | 36 | 4F |
Octal | 254 | 346 | 342 | 31 | 0 | 2 | 12 | 260 | 66 | 117 |
Binary | 10101100 | 11100110 | 11100010 | 11001 | 0 | 10 | 1010 | 10110000 | 110110 | 1001111 |
Color Harmonies of #ACE6E2
Complementary color
Monochromatic Colors of #ACE6E2
Black with #ACE6E2
Text Example
Text Example
White with #ACE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6E2; }
p { color: rgb(172,230,226); }
H1.HeaderClassName
{
color: #ACE6E2;
}
.AnyTagClassName
{
color: #ACE6E2;
}
</style>
background-color css
<style>
a { background-color: #ACE6E2; }
a { background-color: rgb(172,230,226); }
div.DivClassName
{
background-color: #ACE6E2;
}
.BgClassName
{
background-color: #ACE6E2;
}
</style>
border-color css
<style>
span { border-color: #ACE6E2; }
span { border-color: rgb(172,230,226); }
td.TdClassName
{
border-color: #ACE6E2;
}
.TagClassName
{
border-color: #ACE6E2;
}
</style>