Shades of Pale Turquoise #ACEEE6
Tints of Pale Turquoise #ACEEE6
RGB
CMYK
RGB Variations
Color information
#ACEEE6 (or 0xACEEE6) is known color: Pale Turquoise. HEX triplet: AC, EE and E6. RGB value is (172,238,230). Sum of RGB (Red+Green+Blue) = 172+238+230=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEE6 is #531119. Grayscale: #D9D9D9. Windows color (decimal): -5443866 or 15134380. OLE color: 15134380.
HSL color Cylindrical-coordinate representation of color #ACEEE6: hue angle of 172.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEE6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 230 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.07 |
| HSL | 172.73º | 0.66% | 0.8% | - |
| HSV(B) | 172.73º | 0.28% | 0.93% | - |
| XYZ | 61.87 | 75.63 | 86.2 | - |
| YUV | 217.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 230 | 0.28 | 0 | 0.03 | 0.07 | 172.73 | 0.66 | 0.8 |
| Hex | AC | EE | E6 | 1C | 0 | 3 | 7 | AD | 42 | 50 |
| Octal | 254 | 356 | 346 | 34 | 0 | 3 | 7 | 255 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11100110 | 11100 | 0 | 11 | 111 | 10101101 | 1000010 | 1010000 |
Color Harmonies of #ACEEE6
Complementary color
Monochromatic Colors of #ACEEE6
Black with #ACEEE6
Text Example
Text Example
White with #ACEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEE6; }
p { color: rgb(172,238,230); }
H1.HeaderClassName
{
color: #ACEEE6;
}
.AnyTagClassName
{
color: #ACEEE6;
}
</style>
background-color css
<style>
a { background-color: #ACEEE6; }
a { background-color: rgb(172,238,230); }
div.DivClassName
{
background-color: #ACEEE6;
}
.BgClassName
{
background-color: #ACEEE6;
}
</style>
border-color css
<style>
span { border-color: #ACEEE6; }
span { border-color: rgb(172,238,230); }
td.TdClassName
{
border-color: #ACEEE6;
}
.TagClassName
{
border-color: #ACEEE6;
}
</style>