Shades of Pale Turquoise #ACF1FE
Tints of Pale Turquoise #ACF1FE
RGB
CMYK
RGB Variations
Color information
#ACF1FE (or 0xACF1FE) is known color: Pale Turquoise. HEX triplet: AC, F1 and FE. RGB value is (172,241,254). Sum of RGB (Red+Green+Blue) = 172+241+254=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FE is #530E01. Grayscale: #DDDDDD. Windows color (decimal): -5443074 or 16708012. OLE color: 16708012.
HSL color Cylindrical-coordinate representation of color #ACF1FE: hue angle of 189.51º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF1FE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 241 | 254 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.00 |
| HSL | 189.51º | 0.98% | 0.84% | - |
| HSV(B) | 189.51º | 0.32% | 1% | - |
| XYZ | 66.36 | 78.84 | 105.49 | - |
| YUV | 221.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 254 | 0.32 | 0.05 | 0 | 0.00 | 189.51 | 0.98 | 0.84 |
| Hex | AC | F1 | FE | 20 | 5 | 0 | 0 | BE | 62 | 54 |
| Octal | 254 | 361 | 376 | 40 | 5 | 0 | 0 | 276 | 142 | 124 |
| Binary | 10101100 | 11110001 | 11111110 | 100000 | 101 | 0 | 0 | 10111110 | 1100010 | 1010100 |
Color Harmonies of #ACF1FE
Complementary color
Monochromatic Colors of #ACF1FE
Black with #ACF1FE
Text Example
Text Example
White with #ACF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1FE; }
p { color: rgb(172,241,254); }
H1.HeaderClassName
{
color: #ACF1FE;
}
.AnyTagClassName
{
color: #ACF1FE;
}
</style>
background-color css
<style>
a { background-color: #ACF1FE; }
a { background-color: rgb(172,241,254); }
div.DivClassName
{
background-color: #ACF1FE;
}
.BgClassName
{
background-color: #ACF1FE;
}
</style>
border-color css
<style>
span { border-color: #ACF1FE; }
span { border-color: rgb(172,241,254); }
td.TdClassName
{
border-color: #ACF1FE;
}
.TagClassName
{
border-color: #ACF1FE;
}
</style>