Shades of Pale Turquoise #ACE7EB
Tints of Pale Turquoise #ACE7EB
RGB
CMYK
RGB Variations
Color information
#ACE7EB (or 0xACE7EB) is known color: Pale Turquoise. HEX triplet: AC, E7 and EB. RGB value is (172,231,235). Sum of RGB (Red+Green+Blue) = 172+231+235=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7EB is #531814. Grayscale: #D5D5D5. Windows color (decimal): -5445653 or 15460268. OLE color: 15460268.
HSL color Cylindrical-coordinate representation of color #ACE7EB: hue angle of 183.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE7EB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 231 | 235 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.08 |
| HSL | 183.81º | 0.61% | 0.8% | - |
| HSV(B) | 183.81º | 0.27% | 0.92% | - |
| XYZ | 60.58 | 71.92 | 89.29 | - |
| YUV | 213.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 235 | 0.27 | 0.02 | 0 | 0.08 | 183.81 | 0.61 | 0.8 |
| Hex | AC | E7 | EB | 1B | 2 | 0 | 8 | B8 | 3D | 50 |
| Octal | 254 | 347 | 353 | 33 | 2 | 0 | 10 | 270 | 75 | 120 |
| Binary | 10101100 | 11100111 | 11101011 | 11011 | 10 | 0 | 1000 | 10111000 | 111101 | 1010000 |
Color Harmonies of #ACE7EB
Complementary color
Monochromatic Colors of #ACE7EB
Black with #ACE7EB
Text Example
Text Example
White with #ACE7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7EB; }
p { color: rgb(172,231,235); }
H1.HeaderClassName
{
color: #ACE7EB;
}
.AnyTagClassName
{
color: #ACE7EB;
}
</style>
background-color css
<style>
a { background-color: #ACE7EB; }
a { background-color: rgb(172,231,235); }
div.DivClassName
{
background-color: #ACE7EB;
}
.BgClassName
{
background-color: #ACE7EB;
}
</style>
border-color css
<style>
span { border-color: #ACE7EB; }
span { border-color: rgb(172,231,235); }
td.TdClassName
{
border-color: #ACE7EB;
}
.TagClassName
{
border-color: #ACE7EB;
}
</style>