Shades of Pale Turquoise #ACF3FD
Tints of Pale Turquoise #ACF3FD
RGB
CMYK
RGB Variations
Color information
#ACF3FD (or 0xACF3FD) is known color: Pale Turquoise. HEX triplet: AC, F3 and FD. RGB value is (172,243,253). Sum of RGB (Red+Green+Blue) = 172+243+253=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF3FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3FD is #530C02. Grayscale: #DEDEDE. Windows color (decimal): -5442563 or 16642988. OLE color: 16642988.
HSL color Cylindrical-coordinate representation of color #ACF3FD: hue angle of 187.41º 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 #ACF3FD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 243 | 253 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.01 |
| HSL | 187.41º | 0.95% | 0.83% | - |
| HSV(B) | 187.41º | 0.32% | 0.99% | - |
| XYZ | 66.79 | 79.96 | 104.84 | - |
| YUV | 222.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 253 | 0.32 | 0.04 | 0 | 0.01 | 187.41 | 0.95 | 0.83 |
| Hex | AC | F3 | FD | 20 | 4 | 0 | 1 | BB | 5F | 53 |
| Octal | 254 | 363 | 375 | 40 | 4 | 0 | 1 | 273 | 137 | 123 |
| Binary | 10101100 | 11110011 | 11111101 | 100000 | 100 | 0 | 1 | 10111011 | 1011111 | 1010011 |
Color Harmonies of #ACF3FD
Complementary color
Monochromatic Colors of #ACF3FD
Black with #ACF3FD
Text Example
Text Example
White with #ACF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3FD; }
p { color: rgb(172,243,253); }
H1.HeaderClassName
{
color: #ACF3FD;
}
.AnyTagClassName
{
color: #ACF3FD;
}
</style>
background-color css
<style>
a { background-color: #ACF3FD; }
a { background-color: rgb(172,243,253); }
div.DivClassName
{
background-color: #ACF3FD;
}
.BgClassName
{
background-color: #ACF3FD;
}
</style>
border-color css
<style>
span { border-color: #ACF3FD; }
span { border-color: rgb(172,243,253); }
td.TdClassName
{
border-color: #ACF3FD;
}
.TagClassName
{
border-color: #ACF3FD;
}
</style>