Shades of Pale Turquoise #ACFEFD
Tints of Pale Turquoise #ACFEFD
RGB
CMYK
RGB Variations
Color information
#ACFEFD (or 0xACFEFD) is known color: Pale Turquoise. HEX triplet: AC, FE and FD. RGB value is (172,254,253). Sum of RGB (Red+Green+Blue) = 172+254+253=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFD is #530102. Grayscale: #E5E5E5. Windows color (decimal): -5439747 or 16645804. OLE color: 16645804.
HSL color Cylindrical-coordinate representation of color #ACFEFD: hue angle of 179.27º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEFD is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 253 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.00 |
| HSL | 179.27º | 0.98% | 0.84% | - |
| HSV(B) | 179.27º | 0.32% | 1% | - |
| XYZ | 70.18 | 86.75 | 105.97 | - |
| YUV | 229.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 253 | 0.32 | 0 | 0.00 | 0.00 | 179.27 | 0.98 | 0.84 |
| Hex | AC | FE | FD | 20 | 0 | 0 | 0 | B3 | 62 | 54 |
| Octal | 254 | 376 | 375 | 40 | 0 | 0 | 0 | 263 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11111101 | 100000 | 0 | 0 | 0 | 10110011 | 1100010 | 1010100 |
Color Harmonies of #ACFEFD
Complementary color
Monochromatic Colors of #ACFEFD
Black with #ACFEFD
Text Example
Text Example
White with #ACFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEFD; }
p { color: rgb(172,254,253); }
H1.HeaderClassName
{
color: #ACFEFD;
}
.AnyTagClassName
{
color: #ACFEFD;
}
</style>
background-color css
<style>
a { background-color: #ACFEFD; }
a { background-color: rgb(172,254,253); }
div.DivClassName
{
background-color: #ACFEFD;
}
.BgClassName
{
background-color: #ACFEFD;
}
</style>
border-color css
<style>
span { border-color: #ACFEFD; }
span { border-color: rgb(172,254,253); }
td.TdClassName
{
border-color: #ACFEFD;
}
.TagClassName
{
border-color: #ACFEFD;
}
</style>