Shades of Pale Turquoise #ACF8ED
Tints of Pale Turquoise #ACF8ED
RGB
CMYK
RGB Variations
Color information
#ACF8ED (or 0xACF8ED) is known color: Pale Turquoise. HEX triplet: AC, F8 and ED. RGB value is (172,248,237). Sum of RGB (Red+Green+Blue) = 172+248+237=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8ED is #530712. Grayscale: #DFDFDF. Windows color (decimal): -5441299 or 15595692. OLE color: 15595692.
HSL color Cylindrical-coordinate representation of color #ACF8ED: hue angle of 171.32º 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 #ACF8ED is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 237 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.03 |
| HSL | 171.32º | 0.84% | 0.82% | - |
| HSV(B) | 171.32º | 0.31% | 0.97% | - |
| XYZ | 65.87 | 82.02 | 92.48 | - |
| YUV | 224.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 237 | 0.31 | 0 | 0.04 | 0.03 | 171.32 | 0.84 | 0.82 |
| Hex | AC | F8 | ED | 1F | 0 | 4 | 3 | AB | 54 | 52 |
| Octal | 254 | 370 | 355 | 37 | 0 | 4 | 3 | 253 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11101101 | 11111 | 0 | 100 | 11 | 10101011 | 1010100 | 1010010 |
Color Harmonies of #ACF8ED
Complementary color
Monochromatic Colors of #ACF8ED
Black with #ACF8ED
Text Example
Text Example
White with #ACF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8ED; }
p { color: rgb(172,248,237); }
H1.HeaderClassName
{
color: #ACF8ED;
}
.AnyTagClassName
{
color: #ACF8ED;
}
</style>
background-color css
<style>
a { background-color: #ACF8ED; }
a { background-color: rgb(172,248,237); }
div.DivClassName
{
background-color: #ACF8ED;
}
.BgClassName
{
background-color: #ACF8ED;
}
</style>
border-color css
<style>
span { border-color: #ACF8ED; }
span { border-color: rgb(172,248,237); }
td.TdClassName
{
border-color: #ACF8ED;
}
.TagClassName
{
border-color: #ACF8ED;
}
</style>