Shades of Pale Turquoise #ACF6F4
Tints of Pale Turquoise #ACF6F4
RGB
CMYK
RGB Variations
Color information
#ACF6F4 (or 0xACF6F4) is known color: Pale Turquoise. HEX triplet: AC, F6 and F4. RGB value is (172,246,244). Sum of RGB (Red+Green+Blue) = 172+246+244=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6F4 is #53090B. Grayscale: #DFDFDF. Windows color (decimal): -5441804 or 16053932. OLE color: 16053932.
HSL color Cylindrical-coordinate representation of color #ACF6F4: hue angle of 178.38º degrees, saturation: 0.8, 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 #ACF6F4 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 244 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.04 |
| HSL | 178.38º | 0.8% | 0.82% | - |
| HSV(B) | 178.38º | 0.3% | 0.96% | - |
| XYZ | 66.3 | 81.21 | 97.77 | - |
| YUV | 223.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 244 | 0.30 | 0 | 0.01 | 0.04 | 178.38 | 0.8 | 0.82 |
| Hex | AC | F6 | F4 | 1E | 0 | 1 | 4 | B2 | 50 | 52 |
| Octal | 254 | 366 | 364 | 36 | 0 | 1 | 4 | 262 | 120 | 122 |
| Binary | 10101100 | 11110110 | 11110100 | 11110 | 0 | 1 | 100 | 10110010 | 1010000 | 1010010 |
Color Harmonies of #ACF6F4
Complementary color
Monochromatic Colors of #ACF6F4
Black with #ACF6F4
Text Example
Text Example
White with #ACF6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6F4; }
p { color: rgb(172,246,244); }
H1.HeaderClassName
{
color: #ACF6F4;
}
.AnyTagClassName
{
color: #ACF6F4;
}
</style>
background-color css
<style>
a { background-color: #ACF6F4; }
a { background-color: rgb(172,246,244); }
div.DivClassName
{
background-color: #ACF6F4;
}
.BgClassName
{
background-color: #ACF6F4;
}
</style>
border-color css
<style>
span { border-color: #ACF6F4; }
span { border-color: rgb(172,246,244); }
td.TdClassName
{
border-color: #ACF6F4;
}
.TagClassName
{
border-color: #ACF6F4;
}
</style>