Shades of Pale Turquoise #ACF1FD
Tints of Pale Turquoise #ACF1FD
RGB
CMYK
RGB Variations
Color information
#ACF1FD (or 0xACF1FD) is known color: Pale Turquoise. HEX triplet: AC, F1 and FD. RGB value is (172,241,253). Sum of RGB (Red+Green+Blue) = 172+241+253=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FD is #530E02. Grayscale: #DDDDDD. Windows color (decimal): -5443075 or 16642476. OLE color: 16642476.
HSL color Cylindrical-coordinate representation of color #ACF1FD: hue angle of 188.89º 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 #ACF1FD is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 241 | 253 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.01 |
| HSL | 188.89º | 0.95% | 0.83% | - |
| HSV(B) | 188.89º | 0.32% | 0.99% | - |
| XYZ | 66.2 | 78.77 | 104.64 | - |
| YUV | 221.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 253 | 0.32 | 0.05 | 0 | 0.01 | 188.89 | 0.95 | 0.83 |
| Hex | AC | F1 | FD | 20 | 5 | 0 | 1 | BD | 5F | 53 |
| Octal | 254 | 361 | 375 | 40 | 5 | 0 | 1 | 275 | 137 | 123 |
| Binary | 10101100 | 11110001 | 11111101 | 100000 | 101 | 0 | 1 | 10111101 | 1011111 | 1010011 |
Color Harmonies of #ACF1FD
Complementary color
Monochromatic Colors of #ACF1FD
Black with #ACF1FD
Text Example
Text Example
White with #ACF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1FD; }
p { color: rgb(172,241,253); }
H1.HeaderClassName
{
color: #ACF1FD;
}
.AnyTagClassName
{
color: #ACF1FD;
}
</style>
background-color css
<style>
a { background-color: #ACF1FD; }
a { background-color: rgb(172,241,253); }
div.DivClassName
{
background-color: #ACF1FD;
}
.BgClassName
{
background-color: #ACF1FD;
}
</style>
border-color css
<style>
span { border-color: #ACF1FD; }
span { border-color: rgb(172,241,253); }
td.TdClassName
{
border-color: #ACF1FD;
}
.TagClassName
{
border-color: #ACF1FD;
}
</style>