Shades of Pale Turquoise #ACEAF2
Tints of Pale Turquoise #ACEAF2
RGB
CMYK
RGB Variations
Color information
#ACEAF2 (or 0xACEAF2) is known color: Pale Turquoise. HEX triplet: AC, EA and F2. RGB value is (172,234,242). Sum of RGB (Red+Green+Blue) = 172+234+242=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF2 is #53150D. Grayscale: #D8D8D8. Windows color (decimal): -5444878 or 15919788. OLE color: 15919788.
HSL color Cylindrical-coordinate representation of color #ACEAF2: hue angle of 186.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACEAF2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 234 | 242 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.05 |
| HSL | 186.86º | 0.73% | 0.81% | - |
| HSV(B) | 186.86º | 0.29% | 0.95% | - |
| XYZ | 62.46 | 74.03 | 95 | - |
| YUV | 216.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 242 | 0.29 | 0.03 | 0 | 0.05 | 186.86 | 0.73 | 0.81 |
| Hex | AC | EA | F2 | 1D | 3 | 0 | 5 | BB | 49 | 51 |
| Octal | 254 | 352 | 362 | 35 | 3 | 0 | 5 | 273 | 111 | 121 |
| Binary | 10101100 | 11101010 | 11110010 | 11101 | 11 | 0 | 101 | 10111011 | 1001001 | 1010001 |
Color Harmonies of #ACEAF2
Complementary color
Monochromatic Colors of #ACEAF2
Black with #ACEAF2
Text Example
Text Example
White with #ACEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAF2; }
p { color: rgb(172,234,242); }
H1.HeaderClassName
{
color: #ACEAF2;
}
.AnyTagClassName
{
color: #ACEAF2;
}
</style>
background-color css
<style>
a { background-color: #ACEAF2; }
a { background-color: rgb(172,234,242); }
div.DivClassName
{
background-color: #ACEAF2;
}
.BgClassName
{
background-color: #ACEAF2;
}
</style>
border-color css
<style>
span { border-color: #ACEAF2; }
span { border-color: rgb(172,234,242); }
td.TdClassName
{
border-color: #ACEAF2;
}
.TagClassName
{
border-color: #ACEAF2;
}
</style>