Shades of Pale Turquoise #ACF4FD
Tints of Pale Turquoise #ACF4FD
RGB
CMYK
RGB Variations
Color information
#ACF4FD (or 0xACF4FD) is known color: Pale Turquoise. HEX triplet: AC, F4 and FD. RGB value is (172,244,253). Sum of RGB (Red+Green+Blue) = 172+244+253=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF4FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4FD is #530B02. Grayscale: #DFDFDF. Windows color (decimal): -5442307 or 16643244. OLE color: 16643244.
HSL color Cylindrical-coordinate representation of color #ACF4FD: hue angle of 186.67º 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 #ACF4FD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 244 | 253 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.01 |
| HSL | 186.67º | 0.95% | 0.83% | - |
| HSV(B) | 186.67º | 0.32% | 0.99% | - |
| XYZ | 67.09 | 80.56 | 104.94 | - |
| YUV | 223.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 253 | 0.32 | 0.04 | 0 | 0.01 | 186.67 | 0.95 | 0.83 |
| Hex | AC | F4 | FD | 20 | 4 | 0 | 1 | BB | 5F | 53 |
| Octal | 254 | 364 | 375 | 40 | 4 | 0 | 1 | 273 | 137 | 123 |
| Binary | 10101100 | 11110100 | 11111101 | 100000 | 100 | 0 | 1 | 10111011 | 1011111 | 1010011 |
Color Harmonies of #ACF4FD
Complementary color
Monochromatic Colors of #ACF4FD
Black with #ACF4FD
Text Example
Text Example
White with #ACF4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4FD; }
p { color: rgb(172,244,253); }
H1.HeaderClassName
{
color: #ACF4FD;
}
.AnyTagClassName
{
color: #ACF4FD;
}
</style>
background-color css
<style>
a { background-color: #ACF4FD; }
a { background-color: rgb(172,244,253); }
div.DivClassName
{
background-color: #ACF4FD;
}
.BgClassName
{
background-color: #ACF4FD;
}
</style>
border-color css
<style>
span { border-color: #ACF4FD; }
span { border-color: rgb(172,244,253); }
td.TdClassName
{
border-color: #ACF4FD;
}
.TagClassName
{
border-color: #ACF4FD;
}
</style>