Shades of Pale Turquoise #ACE7E7
Tints of Pale Turquoise #ACE7E7
RGB
CMYK
RGB Variations
Color information
#ACE7E7 (or 0xACE7E7) is known color: Pale Turquoise. HEX triplet: AC, E7 and E7. RGB value is (172,231,231). Sum of RGB (Red+Green+Blue) = 172+231+231=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: green, blue. Hex color #ACE7E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7E7 is #531818. Grayscale: #D5D5D5. Windows color (decimal): -5445657 or 15198124. OLE color: 15198124.
HSL color Cylindrical-coordinate representation of color #ACE7E7: hue angle of 180º 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 #ACE7E7 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 231 | - |
| CMYK | 0.26 | 0 | 0 | 0.09 |
| HSL | 180º | 0.55% | 0.79% | - |
| HSV(B) | 180º | 0.26% | 0.91% | - |
| XYZ | 60.01 | 71.69 | 86.28 | - |
| YUV | 213.36 | 137.95 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 231 | 0.26 | 0 | 0 | 0.09 | 180 | 0.55 | 0.79 |
| Hex | AC | E7 | E7 | 1A | 0 | 0 | 9 | B4 | 37 | 4F |
| Octal | 254 | 347 | 347 | 32 | 0 | 0 | 11 | 264 | 67 | 117 |
| Binary | 10101100 | 11100111 | 11100111 | 11010 | 0 | 0 | 1001 | 10110100 | 110111 | 1001111 |
Color Harmonies of #ACE7E7
Complementary color
Monochromatic Colors of #ACE7E7
Black with #ACE7E7
Text Example
Text Example
White with #ACE7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7E7; }
p { color: rgb(172,231,231); }
H1.HeaderClassName
{
color: #ACE7E7;
}
.AnyTagClassName
{
color: #ACE7E7;
}
</style>
background-color css
<style>
a { background-color: #ACE7E7; }
a { background-color: rgb(172,231,231); }
div.DivClassName
{
background-color: #ACE7E7;
}
.BgClassName
{
background-color: #ACE7E7;
}
</style>
border-color css
<style>
span { border-color: #ACE7E7; }
span { border-color: rgb(172,231,231); }
td.TdClassName
{
border-color: #ACE7E7;
}
.TagClassName
{
border-color: #ACE7E7;
}
</style>