Shades of Pale Turquoise #ACF2F1
Tints of Pale Turquoise #ACF2F1
RGB
CMYK
RGB Variations
Color information
#ACF2F1 (or 0xACF2F1) is known color: Pale Turquoise. HEX triplet: AC, F2 and F1. RGB value is (172,242,241). Sum of RGB (Red+Green+Blue) = 172+242+241=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2F1 is #530D0E. Grayscale: #DCDCDC. Windows color (decimal): -5442831 or 15856300. OLE color: 15856300.
HSL color Cylindrical-coordinate representation of color #ACF2F1: hue angle of 179.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2F1 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 241 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.05 |
| HSL | 179.14º | 0.73% | 0.81% | - |
| HSV(B) | 179.14º | 0.29% | 0.95% | - |
| XYZ | 64.64 | 78.63 | 94.99 | - |
| YUV | 220.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 241 | 0.29 | 0 | 0.00 | 0.05 | 179.14 | 0.73 | 0.81 |
| Hex | AC | F2 | F1 | 1D | 0 | 0 | 5 | B3 | 49 | 51 |
| Octal | 254 | 362 | 361 | 35 | 0 | 0 | 5 | 263 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11110001 | 11101 | 0 | 0 | 101 | 10110011 | 1001001 | 1010001 |
Color Harmonies of #ACF2F1
Complementary color
Monochromatic Colors of #ACF2F1
Black with #ACF2F1
Text Example
Text Example
White with #ACF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2F1; }
p { color: rgb(172,242,241); }
H1.HeaderClassName
{
color: #ACF2F1;
}
.AnyTagClassName
{
color: #ACF2F1;
}
</style>
background-color css
<style>
a { background-color: #ACF2F1; }
a { background-color: rgb(172,242,241); }
div.DivClassName
{
background-color: #ACF2F1;
}
.BgClassName
{
background-color: #ACF2F1;
}
</style>
border-color css
<style>
span { border-color: #ACF2F1; }
span { border-color: rgb(172,242,241); }
td.TdClassName
{
border-color: #ACF2F1;
}
.TagClassName
{
border-color: #ACF2F1;
}
</style>