Shades of Pale Turquoise #ACF4F2
Tints of Pale Turquoise #ACF4F2
RGB
CMYK
RGB Variations
Color information
#ACF4F2 (or 0xACF4F2) is known color: Pale Turquoise. HEX triplet: AC, F4 and F2. RGB value is (172,244,242). Sum of RGB (Red+Green+Blue) = 172+244+242=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4F2 is #530B0D. Grayscale: #DEDEDE. Windows color (decimal): -5442318 or 15922348. OLE color: 15922348.
HSL color Cylindrical-coordinate representation of color #ACF4F2: hue angle of 178.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4F2 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 242 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.04 |
| HSL | 178.33º | 0.77% | 0.82% | - |
| HSV(B) | 178.33º | 0.3% | 0.96% | - |
| XYZ | 65.39 | 79.88 | 95.98 | - |
| YUV | 222.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 242 | 0.30 | 0 | 0.01 | 0.04 | 178.33 | 0.77 | 0.82 |
| Hex | AC | F4 | F2 | 1E | 0 | 1 | 4 | B2 | 4D | 52 |
| Octal | 254 | 364 | 362 | 36 | 0 | 1 | 4 | 262 | 115 | 122 |
| Binary | 10101100 | 11110100 | 11110010 | 11110 | 0 | 1 | 100 | 10110010 | 1001101 | 1010010 |
Color Harmonies of #ACF4F2
Complementary color
Monochromatic Colors of #ACF4F2
Black with #ACF4F2
Text Example
Text Example
White with #ACF4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4F2; }
p { color: rgb(172,244,242); }
H1.HeaderClassName
{
color: #ACF4F2;
}
.AnyTagClassName
{
color: #ACF4F2;
}
</style>
background-color css
<style>
a { background-color: #ACF4F2; }
a { background-color: rgb(172,244,242); }
div.DivClassName
{
background-color: #ACF4F2;
}
.BgClassName
{
background-color: #ACF4F2;
}
</style>
border-color css
<style>
span { border-color: #ACF4F2; }
span { border-color: rgb(172,244,242); }
td.TdClassName
{
border-color: #ACF4F2;
}
.TagClassName
{
border-color: #ACF4F2;
}
</style>