Shades of Pale Turquoise #ACF8EE
Tints of Pale Turquoise #ACF8EE
RGB
CMYK
RGB Variations
Color information
#ACF8EE (or 0xACF8EE) is known color: Pale Turquoise. HEX triplet: AC, F8 and EE. RGB value is (172,248,238). Sum of RGB (Red+Green+Blue) = 172+248+238=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8EE is #530711. Grayscale: #E0E0E0. Windows color (decimal): -5441298 or 15661228. OLE color: 15661228.
HSL color Cylindrical-coordinate representation of color #ACF8EE: hue angle of 172.11º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8EE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 238 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.03 |
| HSL | 172.11º | 0.84% | 0.82% | - |
| HSV(B) | 172.11º | 0.31% | 0.97% | - |
| XYZ | 66.01 | 82.08 | 93.25 | - |
| YUV | 224.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 238 | 0.31 | 0 | 0.04 | 0.03 | 172.11 | 0.84 | 0.82 |
| Hex | AC | F8 | EE | 1F | 0 | 4 | 3 | AC | 54 | 52 |
| Octal | 254 | 370 | 356 | 37 | 0 | 4 | 3 | 254 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11101110 | 11111 | 0 | 100 | 11 | 10101100 | 1010100 | 1010010 |
Color Harmonies of #ACF8EE
Complementary color
Monochromatic Colors of #ACF8EE
Black with #ACF8EE
Text Example
Text Example
White with #ACF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8EE; }
p { color: rgb(172,248,238); }
H1.HeaderClassName
{
color: #ACF8EE;
}
.AnyTagClassName
{
color: #ACF8EE;
}
</style>
background-color css
<style>
a { background-color: #ACF8EE; }
a { background-color: rgb(172,248,238); }
div.DivClassName
{
background-color: #ACF8EE;
}
.BgClassName
{
background-color: #ACF8EE;
}
</style>
border-color css
<style>
span { border-color: #ACF8EE; }
span { border-color: rgb(172,248,238); }
td.TdClassName
{
border-color: #ACF8EE;
}
.TagClassName
{
border-color: #ACF8EE;
}
</style>