Shades of Pale Turquoise #ACF5FF
Tints of Pale Turquoise #ACF5FF
RGB
CMYK
RGB Variations
Color information
#ACF5FF (or 0xACF5FF) is known color: Pale Turquoise. HEX triplet: AC, F5 and FF. RGB value is (172,245,255). Sum of RGB (Red+Green+Blue) = 172+245+255=672 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.60% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FF is #530A00. Grayscale: #E0E0E0. Windows color (decimal): -5442049 or 16774572. OLE color: 16774572.
HSL color Cylindrical-coordinate representation of color #ACF5FF: hue angle of 187.23º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF5FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 245 | 255 | - |
| CMYK | 0.33 | 0.04 | 0 | 0 |
| HSL | 187.23º | 1% | 0.84% | - |
| HSV(B) | 187.23º | 0.33% | 1% | - |
| XYZ | 67.72 | 81.3 | 106.73 | - |
| YUV | 224.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 255 | 0.33 | 0.04 | 0 | 0 | 187.23 | 1 | 0.84 |
| Hex | AC | F5 | FF | 21 | 4 | 0 | 0 | BB | 64 | 54 |
| Octal | 254 | 365 | 377 | 41 | 4 | 0 | 0 | 273 | 144 | 124 |
| Binary | 10101100 | 11110101 | 11111111 | 100001 | 100 | 0 | 0 | 10111011 | 1100100 | 1010100 |
Color Harmonies of #ACF5FF
Complementary color
Monochromatic Colors of #ACF5FF
Black with #ACF5FF
Text Example
Text Example
White with #ACF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5FF; }
p { color: rgb(172,245,255); }
H1.HeaderClassName
{
color: #ACF5FF;
}
.AnyTagClassName
{
color: #ACF5FF;
}
</style>
background-color css
<style>
a { background-color: #ACF5FF; }
a { background-color: rgb(172,245,255); }
div.DivClassName
{
background-color: #ACF5FF;
}
.BgClassName
{
background-color: #ACF5FF;
}
</style>
border-color css
<style>
span { border-color: #ACF5FF; }
span { border-color: rgb(172,245,255); }
td.TdClassName
{
border-color: #ACF5FF;
}
.TagClassName
{
border-color: #ACF5FF;
}
</style>