Shades of Pale Turquoise #ACF3FF
Tints of Pale Turquoise #ACF3FF
RGB
CMYK
RGB Variations
Color information
#ACF3FF (or 0xACF3FF) is known color: Pale Turquoise. HEX triplet: AC, F3 and FF. RGB value is (172,243,255). Sum of RGB (Red+Green+Blue) = 172+243+255=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3FF is #530C00. Grayscale: #DFDFDF. Windows color (decimal): -5442561 or 16774060. OLE color: 16774060.
HSL color Cylindrical-coordinate representation of color #ACF3FF: hue angle of 188.67º 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 #ACF3FF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 243 | 255 | - |
| CMYK | 0.33 | 0.05 | 0 | 0 |
| HSL | 188.67º | 1% | 0.84% | - |
| HSV(B) | 188.67º | 0.33% | 1% | - |
| XYZ | 67.11 | 80.09 | 106.53 | - |
| YUV | 223.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 255 | 0.33 | 0.05 | 0 | 0 | 188.67 | 1 | 0.84 |
| Hex | AC | F3 | FF | 21 | 5 | 0 | 0 | BD | 64 | 54 |
| Octal | 254 | 363 | 377 | 41 | 5 | 0 | 0 | 275 | 144 | 124 |
| Binary | 10101100 | 11110011 | 11111111 | 100001 | 101 | 0 | 0 | 10111101 | 1100100 | 1010100 |
Color Harmonies of #ACF3FF
Complementary color
Monochromatic Colors of #ACF3FF
Black with #ACF3FF
Text Example
Text Example
White with #ACF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3FF; }
p { color: rgb(172,243,255); }
H1.HeaderClassName
{
color: #ACF3FF;
}
.AnyTagClassName
{
color: #ACF3FF;
}
</style>
background-color css
<style>
a { background-color: #ACF3FF; }
a { background-color: rgb(172,243,255); }
div.DivClassName
{
background-color: #ACF3FF;
}
.BgClassName
{
background-color: #ACF3FF;
}
</style>
border-color css
<style>
span { border-color: #ACF3FF; }
span { border-color: rgb(172,243,255); }
td.TdClassName
{
border-color: #ACF3FF;
}
.TagClassName
{
border-color: #ACF3FF;
}
</style>