Shades of Pale Turquoise #ACF3F6
Tints of Pale Turquoise #ACF3F6
RGB
CMYK
RGB Variations
Color information
#ACF3F6 (or 0xACF3F6) is known color: Pale Turquoise. HEX triplet: AC, F3 and F6. RGB value is (172,243,246). Sum of RGB (Red+Green+Blue) = 172+243+246=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACF3F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3F6 is #530C09. Grayscale: #DEDEDE. Windows color (decimal): -5442570 or 16184236. OLE color: 16184236.
HSL color Cylindrical-coordinate representation of color #ACF3F6: hue angle of 182.43º 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 #ACF3F6 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 243 | 246 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.04 |
| HSL | 182.43º | 0.8% | 0.82% | - |
| HSV(B) | 182.43º | 0.3% | 0.96% | - |
| XYZ | 65.7 | 79.53 | 99.08 | - |
| YUV | 222.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 246 | 0.30 | 0.01 | 0 | 0.04 | 182.43 | 0.8 | 0.82 |
| Hex | AC | F3 | F6 | 1E | 1 | 0 | 4 | B6 | 50 | 52 |
| Octal | 254 | 363 | 366 | 36 | 1 | 0 | 4 | 266 | 120 | 122 |
| Binary | 10101100 | 11110011 | 11110110 | 11110 | 1 | 0 | 100 | 10110110 | 1010000 | 1010010 |
Color Harmonies of #ACF3F6
Complementary color
Monochromatic Colors of #ACF3F6
Black with #ACF3F6
Text Example
Text Example
White with #ACF3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3F6; }
p { color: rgb(172,243,246); }
H1.HeaderClassName
{
color: #ACF3F6;
}
.AnyTagClassName
{
color: #ACF3F6;
}
</style>
background-color css
<style>
a { background-color: #ACF3F6; }
a { background-color: rgb(172,243,246); }
div.DivClassName
{
background-color: #ACF3F6;
}
.BgClassName
{
background-color: #ACF3F6;
}
</style>
border-color css
<style>
span { border-color: #ACF3F6; }
span { border-color: rgb(172,243,246); }
td.TdClassName
{
border-color: #ACF3F6;
}
.TagClassName
{
border-color: #ACF3F6;
}
</style>