Shades of Pale Turquoise #ACF8F8
Tints of Pale Turquoise #ACF8F8
RGB
CMYK
RGB Variations
Color information
#ACF8F8 (or 0xACF8F8) is known color: Pale Turquoise. HEX triplet: AC, F8 and F8. RGB value is (172,248,248). Sum of RGB (Red+Green+Blue) = 172+248+248=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: green, blue. Hex color #ACF8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8F8 is #530707. Grayscale: #E1E1E1. Windows color (decimal): -5441288 or 16316588. OLE color: 16316588.
HSL color Cylindrical-coordinate representation of color #ACF8F8: hue angle of 180º 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 #ACF8F8 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 248 | - |
| CMYK | 0.31 | 0 | 0 | 0.03 |
| HSL | 180º | 0.84% | 0.82% | - |
| HSV(B) | 180º | 0.31% | 0.97% | - |
| XYZ | 67.52 | 82.68 | 101.21 | - |
| YUV | 225.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 248 | 0.31 | 0 | 0 | 0.03 | 180 | 0.84 | 0.82 |
| Hex | AC | F8 | F8 | 1F | 0 | 0 | 3 | B4 | 54 | 52 |
| Octal | 254 | 370 | 370 | 37 | 0 | 0 | 3 | 264 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11111000 | 11111 | 0 | 0 | 11 | 10110100 | 1010100 | 1010010 |
Color Harmonies of #ACF8F8
Complementary color
Monochromatic Colors of #ACF8F8
Black with #ACF8F8
Text Example
Text Example
White with #ACF8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8F8; }
p { color: rgb(172,248,248); }
H1.HeaderClassName
{
color: #ACF8F8;
}
.AnyTagClassName
{
color: #ACF8F8;
}
</style>
background-color css
<style>
a { background-color: #ACF8F8; }
a { background-color: rgb(172,248,248); }
div.DivClassName
{
background-color: #ACF8F8;
}
.BgClassName
{
background-color: #ACF8F8;
}
</style>
border-color css
<style>
span { border-color: #ACF8F8; }
span { border-color: rgb(172,248,248); }
td.TdClassName
{
border-color: #ACF8F8;
}
.TagClassName
{
border-color: #ACF8F8;
}
</style>