Shades of Pale Turquoise #ACEAEF
Tints of Pale Turquoise #ACEAEF
RGB
CMYK
RGB Variations
Color information
#ACEAEF (or 0xACEAEF) is known color: Pale Turquoise. HEX triplet: AC, EA and EF. RGB value is (172,234,239). Sum of RGB (Red+Green+Blue) = 172+234+239=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACEAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAEF is #531510. Grayscale: #D7D7D7. Windows color (decimal): -5444881 or 15723180. OLE color: 15723180.
HSL color Cylindrical-coordinate representation of color #ACEAEF: hue angle of 184.48º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEAEF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 234 | 239 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.06 |
| HSL | 184.48º | 0.68% | 0.81% | - |
| HSV(B) | 184.48º | 0.28% | 0.94% | - |
| XYZ | 62.02 | 73.85 | 92.65 | - |
| YUV | 216.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 239 | 0.28 | 0.02 | 0 | 0.06 | 184.48 | 0.68 | 0.81 |
| Hex | AC | EA | EF | 1C | 2 | 0 | 6 | B8 | 44 | 51 |
| Octal | 254 | 352 | 357 | 34 | 2 | 0 | 6 | 270 | 104 | 121 |
| Binary | 10101100 | 11101010 | 11101111 | 11100 | 10 | 0 | 110 | 10111000 | 1000100 | 1010001 |
Color Harmonies of #ACEAEF
Complementary color
Monochromatic Colors of #ACEAEF
Black with #ACEAEF
Text Example
Text Example
White with #ACEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAEF; }
p { color: rgb(172,234,239); }
H1.HeaderClassName
{
color: #ACEAEF;
}
.AnyTagClassName
{
color: #ACEAEF;
}
</style>
background-color css
<style>
a { background-color: #ACEAEF; }
a { background-color: rgb(172,234,239); }
div.DivClassName
{
background-color: #ACEAEF;
}
.BgClassName
{
background-color: #ACEAEF;
}
</style>
border-color css
<style>
span { border-color: #ACEAEF; }
span { border-color: rgb(172,234,239); }
td.TdClassName
{
border-color: #ACEAEF;
}
.TagClassName
{
border-color: #ACEAEF;
}
</style>