Shades of Pale Turquoise #ACFDF6
Tints of Pale Turquoise #ACFDF6
RGB
CMYK
RGB Variations
Color information
#ACFDF6 (or 0xACFDF6) is known color: Pale Turquoise. HEX triplet: AC, FD and F6. RGB value is (172,253,246). Sum of RGB (Red+Green+Blue) = 172+253+246=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF6 is #530209. Grayscale: #E3E3E3. Windows color (decimal): -5440010 or 16186796. OLE color: 16186796.
HSL color Cylindrical-coordinate representation of color #ACFDF6: hue angle of 174.81º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDF6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 246 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.01 |
| HSL | 174.81º | 0.95% | 0.83% | - |
| HSV(B) | 174.81º | 0.32% | 0.99% | - |
| XYZ | 68.77 | 85.68 | 100.1 | - |
| YUV | 227.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 246 | 0.32 | 0 | 0.03 | 0.01 | 174.81 | 0.95 | 0.83 |
| Hex | AC | FD | F6 | 20 | 0 | 3 | 1 | AF | 5F | 53 |
| Octal | 254 | 375 | 366 | 40 | 0 | 3 | 1 | 257 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11110110 | 100000 | 0 | 11 | 1 | 10101111 | 1011111 | 1010011 |
Color Harmonies of #ACFDF6
Complementary color
Monochromatic Colors of #ACFDF6
Black with #ACFDF6
Text Example
Text Example
White with #ACFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDF6; }
p { color: rgb(172,253,246); }
H1.HeaderClassName
{
color: #ACFDF6;
}
.AnyTagClassName
{
color: #ACFDF6;
}
</style>
background-color css
<style>
a { background-color: #ACFDF6; }
a { background-color: rgb(172,253,246); }
div.DivClassName
{
background-color: #ACFDF6;
}
.BgClassName
{
background-color: #ACFDF6;
}
</style>
border-color css
<style>
span { border-color: #ACFDF6; }
span { border-color: rgb(172,253,246); }
td.TdClassName
{
border-color: #ACFDF6;
}
.TagClassName
{
border-color: #ACFDF6;
}
</style>