Shades of Pale Turquoise #ACF0FD
Tints of Pale Turquoise #ACF0FD
RGB
CMYK
RGB Variations
Color information
#ACF0FD (or 0xACF0FD) is known color: Pale Turquoise. HEX triplet: AC, F0 and FD. RGB value is (172,240,253). Sum of RGB (Red+Green+Blue) = 172+240+253=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0FD is #530F02. Grayscale: #DDDDDD. Windows color (decimal): -5443331 or 16642220. OLE color: 16642220.
HSL color Cylindrical-coordinate representation of color #ACF0FD: hue angle of 189.63º 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 #ACF0FD is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 240 | 253 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.01 |
| HSL | 189.63º | 0.95% | 0.83% | - |
| HSV(B) | 189.63º | 0.32% | 0.99% | - |
| XYZ | 65.9 | 78.18 | 104.55 | - |
| YUV | 221.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 253 | 0.32 | 0.05 | 0 | 0.01 | 189.63 | 0.95 | 0.83 |
| Hex | AC | F0 | FD | 20 | 5 | 0 | 1 | BE | 5F | 53 |
| Octal | 254 | 360 | 375 | 40 | 5 | 0 | 1 | 276 | 137 | 123 |
| Binary | 10101100 | 11110000 | 11111101 | 100000 | 101 | 0 | 1 | 10111110 | 1011111 | 1010011 |
Color Harmonies of #ACF0FD
Complementary color
Monochromatic Colors of #ACF0FD
Black with #ACF0FD
Text Example
Text Example
White with #ACF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0FD; }
p { color: rgb(172,240,253); }
H1.HeaderClassName
{
color: #ACF0FD;
}
.AnyTagClassName
{
color: #ACF0FD;
}
</style>
background-color css
<style>
a { background-color: #ACF0FD; }
a { background-color: rgb(172,240,253); }
div.DivClassName
{
background-color: #ACF0FD;
}
.BgClassName
{
background-color: #ACF0FD;
}
</style>
border-color css
<style>
span { border-color: #ACF0FD; }
span { border-color: rgb(172,240,253); }
td.TdClassName
{
border-color: #ACF0FD;
}
.TagClassName
{
border-color: #ACF0FD;
}
</style>