Shades of Pale Turquoise #ACE7E2
Tints of Pale Turquoise #ACE7E2
RGB
CMYK
RGB Variations
Color information
#ACE7E2 (or 0xACE7E2) is known color: Pale Turquoise. HEX triplet: AC, E7 and E2. RGB value is (172,231,226). Sum of RGB (Red+Green+Blue) = 172+231+226=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7E2 is #53181D. Grayscale: #D4D4D4. Windows color (decimal): -5445662 or 14870444. OLE color: 14870444.
HSL color Cylindrical-coordinate representation of color #ACE7E2: hue angle of 174.92º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7E2 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 231 | 226 | - |
CMYK | 0.26 | 0 | 0.02 | 0.09 |
HSL | 174.92º | 0.55% | 0.79% | - |
HSV(B) | 174.92º | 0.26% | 0.91% | - |
XYZ | 59.32 | 71.41 | 82.61 | - |
YUV | 212.79 | 135.45 | 98.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 231 | 226 | 0.26 | 0 | 0.02 | 0.09 | 174.92 | 0.55 | 0.79 |
Hex | AC | E7 | E2 | 1A | 0 | 2 | 9 | AF | 37 | 4F |
Octal | 254 | 347 | 342 | 32 | 0 | 2 | 11 | 257 | 67 | 117 |
Binary | 10101100 | 11100111 | 11100010 | 11010 | 0 | 10 | 1001 | 10101111 | 110111 | 1001111 |
Color Harmonies of #ACE7E2
Complementary color
Monochromatic Colors of #ACE7E2
Black with #ACE7E2
Text Example
Text Example
White with #ACE7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7E2; }
p { color: rgb(172,231,226); }
H1.HeaderClassName
{
color: #ACE7E2;
}
.AnyTagClassName
{
color: #ACE7E2;
}
</style>
background-color css
<style>
a { background-color: #ACE7E2; }
a { background-color: rgb(172,231,226); }
div.DivClassName
{
background-color: #ACE7E2;
}
.BgClassName
{
background-color: #ACE7E2;
}
</style>
border-color css
<style>
span { border-color: #ACE7E2; }
span { border-color: rgb(172,231,226); }
td.TdClassName
{
border-color: #ACE7E2;
}
.TagClassName
{
border-color: #ACE7E2;
}
</style>