Shades of Pale Turquoise #ACFDF5
Tints of Pale Turquoise #ACFDF5
RGB
CMYK
RGB Variations
Color information
#ACFDF5 (or 0xACFDF5) is known color: Pale Turquoise. HEX triplet: AC, FD and F5. RGB value is (172,253,245). Sum of RGB (Red+Green+Blue) = 172+253+245=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF5 is #53020A. Grayscale: #E3E3E3. Windows color (decimal): -5440011 or 16121260. OLE color: 16121260.
HSL color Cylindrical-coordinate representation of color #ACFDF5: hue angle of 174.07º 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 #ACFDF5 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 245 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.01 |
| HSL | 174.07º | 0.95% | 0.83% | - |
| HSV(B) | 174.07º | 0.32% | 0.99% | - |
| XYZ | 68.62 | 85.61 | 99.29 | - |
| YUV | 227.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 245 | 0.32 | 0 | 0.03 | 0.01 | 174.07 | 0.95 | 0.83 |
| Hex | AC | FD | F5 | 20 | 0 | 3 | 1 | AE | 5F | 53 |
| Octal | 254 | 375 | 365 | 40 | 0 | 3 | 1 | 256 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11110101 | 100000 | 0 | 11 | 1 | 10101110 | 1011111 | 1010011 |
Color Harmonies of #ACFDF5
Complementary color
Monochromatic Colors of #ACFDF5
Black with #ACFDF5
Text Example
Text Example
White with #ACFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDF5; }
p { color: rgb(172,253,245); }
H1.HeaderClassName
{
color: #ACFDF5;
}
.AnyTagClassName
{
color: #ACFDF5;
}
</style>
background-color css
<style>
a { background-color: #ACFDF5; }
a { background-color: rgb(172,253,245); }
div.DivClassName
{
background-color: #ACFDF5;
}
.BgClassName
{
background-color: #ACFDF5;
}
</style>
border-color css
<style>
span { border-color: #ACFDF5; }
span { border-color: rgb(172,253,245); }
td.TdClassName
{
border-color: #ACFDF5;
}
.TagClassName
{
border-color: #ACFDF5;
}
</style>