Shades of Pale Turquoise #ACEEFA
Tints of Pale Turquoise #ACEEFA
RGB
CMYK
RGB Variations
Color information
#ACEEFA (or 0xACEEFA) is known color: Pale Turquoise. HEX triplet: AC, EE and FA. RGB value is (172,238,250). Sum of RGB (Red+Green+Blue) = 172+238+250=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEFA is #531105. Grayscale: #DBDBDB. Windows color (decimal): -5443846 or 16445100. OLE color: 16445100.
HSL color Cylindrical-coordinate representation of color #ACEEFA: hue angle of 189.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEEFA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 238 | 250 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.02 |
| HSL | 189.23º | 0.89% | 0.83% | - |
| HSV(B) | 189.23º | 0.31% | 0.98% | - |
| XYZ | 64.84 | 76.82 | 101.85 | - |
| YUV | 219.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 250 | 0.31 | 0.05 | 0 | 0.02 | 189.23 | 0.89 | 0.83 |
| Hex | AC | EE | FA | 1F | 5 | 0 | 2 | BD | 59 | 53 |
| Octal | 254 | 356 | 372 | 37 | 5 | 0 | 2 | 275 | 131 | 123 |
| Binary | 10101100 | 11101110 | 11111010 | 11111 | 101 | 0 | 10 | 10111101 | 1011001 | 1010011 |
Color Harmonies of #ACEEFA
Complementary color
Monochromatic Colors of #ACEEFA
Black with #ACEEFA
Text Example
Text Example
White with #ACEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEFA; }
p { color: rgb(172,238,250); }
H1.HeaderClassName
{
color: #ACEEFA;
}
.AnyTagClassName
{
color: #ACEEFA;
}
</style>
background-color css
<style>
a { background-color: #ACEEFA; }
a { background-color: rgb(172,238,250); }
div.DivClassName
{
background-color: #ACEEFA;
}
.BgClassName
{
background-color: #ACEEFA;
}
</style>
border-color css
<style>
span { border-color: #ACEEFA; }
span { border-color: rgb(172,238,250); }
td.TdClassName
{
border-color: #ACEEFA;
}
.TagClassName
{
border-color: #ACEEFA;
}
</style>