Shades of Pale Turquoise #ACF3F1
Tints of Pale Turquoise #ACF3F1
RGB
CMYK
RGB Variations
Color information
#ACF3F1 (or 0xACF3F1) is known color: Pale Turquoise. HEX triplet: AC, F3 and F1. RGB value is (172,243,241). Sum of RGB (Red+Green+Blue) = 172+243+241=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3F1 is #530C0E. Grayscale: #DDDDDD. Windows color (decimal): -5442575 or 15856556. OLE color: 15856556.
HSL color Cylindrical-coordinate representation of color #ACF3F1: hue angle of 178.31º degrees, saturation: 0.75, 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 #ACF3F1 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 241 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.05 |
| HSL | 178.31º | 0.75% | 0.81% | - |
| HSV(B) | 178.31º | 0.29% | 0.95% | - |
| XYZ | 64.94 | 79.22 | 95.09 | - |
| YUV | 221.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 241 | 0.29 | 0 | 0.01 | 0.05 | 178.31 | 0.75 | 0.81 |
| Hex | AC | F3 | F1 | 1D | 0 | 1 | 5 | B2 | 4B | 51 |
| Octal | 254 | 363 | 361 | 35 | 0 | 1 | 5 | 262 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11110001 | 11101 | 0 | 1 | 101 | 10110010 | 1001011 | 1010001 |
Color Harmonies of #ACF3F1
Complementary color
Monochromatic Colors of #ACF3F1
Black with #ACF3F1
Text Example
Text Example
White with #ACF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3F1; }
p { color: rgb(172,243,241); }
H1.HeaderClassName
{
color: #ACF3F1;
}
.AnyTagClassName
{
color: #ACF3F1;
}
</style>
background-color css
<style>
a { background-color: #ACF3F1; }
a { background-color: rgb(172,243,241); }
div.DivClassName
{
background-color: #ACF3F1;
}
.BgClassName
{
background-color: #ACF3F1;
}
</style>
border-color css
<style>
span { border-color: #ACF3F1; }
span { border-color: rgb(172,243,241); }
td.TdClassName
{
border-color: #ACF3F1;
}
.TagClassName
{
border-color: #ACF3F1;
}
</style>