Shades of Pale Turquoise #ACF4FF
Tints of Pale Turquoise #ACF4FF
RGB
CMYK
RGB Variations
Color information
#ACF4FF (or 0xACF4FF) is known color: Pale Turquoise. HEX triplet: AC, F4 and FF. RGB value is (172,244,255). Sum of RGB (Red+Green+Blue) = 172+244+255=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4FF is #530B00. Grayscale: #DFDFDF. Windows color (decimal): -5442305 or 16774316. OLE color: 16774316.
HSL color Cylindrical-coordinate representation of color #ACF4FF: hue angle of 187.95º 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 #ACF4FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 244 | 255 | - |
| CMYK | 0.33 | 0.04 | 0 | 0 |
| HSL | 187.95º | 1% | 0.84% | - |
| HSV(B) | 187.95º | 0.33% | 1% | - |
| XYZ | 67.41 | 80.69 | 106.63 | - |
| YUV | 223.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 255 | 0.33 | 0.04 | 0 | 0 | 187.95 | 1 | 0.84 |
| Hex | AC | F4 | FF | 21 | 4 | 0 | 0 | BC | 64 | 54 |
| Octal | 254 | 364 | 377 | 41 | 4 | 0 | 0 | 274 | 144 | 124 |
| Binary | 10101100 | 11110100 | 11111111 | 100001 | 100 | 0 | 0 | 10111100 | 1100100 | 1010100 |
Color Harmonies of #ACF4FF
Complementary color
Monochromatic Colors of #ACF4FF
Black with #ACF4FF
Text Example
Text Example
White with #ACF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4FF; }
p { color: rgb(172,244,255); }
H1.HeaderClassName
{
color: #ACF4FF;
}
.AnyTagClassName
{
color: #ACF4FF;
}
</style>
background-color css
<style>
a { background-color: #ACF4FF; }
a { background-color: rgb(172,244,255); }
div.DivClassName
{
background-color: #ACF4FF;
}
.BgClassName
{
background-color: #ACF4FF;
}
</style>
border-color css
<style>
span { border-color: #ACF4FF; }
span { border-color: rgb(172,244,255); }
td.TdClassName
{
border-color: #ACF4FF;
}
.TagClassName
{
border-color: #ACF4FF;
}
</style>