Shades of Pale Turquoise #ACFDFE
Tints of Pale Turquoise #ACFDFE
RGB
CMYK
RGB Variations
Color information
#ACFDFE (or 0xACFDFE) is known color: Pale Turquoise. HEX triplet: AC, FD and FE. RGB value is (172,253,254). Sum of RGB (Red+Green+Blue) = 172+253+254=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDFE is #530201. Grayscale: #E4E4E4. Windows color (decimal): -5440002 or 16711084. OLE color: 16711084.
HSL color Cylindrical-coordinate representation of color #ACFDFE: hue angle of 180.73º 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 #ACFDFE is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 253 | 254 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.00 |
| HSL | 180.73º | 0.98% | 0.84% | - |
| HSV(B) | 180.73º | 0.32% | 1% | - |
| XYZ | 70.03 | 86.18 | 106.71 | - |
| YUV | 228.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 254 | 0.32 | 0.00 | 0 | 0.00 | 180.73 | 0.98 | 0.84 |
| Hex | AC | FD | FE | 20 | 0 | 0 | 0 | B5 | 62 | 54 |
| Octal | 254 | 375 | 376 | 40 | 0 | 0 | 0 | 265 | 142 | 124 |
| Binary | 10101100 | 11111101 | 11111110 | 100000 | 0 | 0 | 0 | 10110101 | 1100010 | 1010100 |
Color Harmonies of #ACFDFE
Complementary color
Monochromatic Colors of #ACFDFE
Black with #ACFDFE
Text Example
Text Example
White with #ACFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDFE; }
p { color: rgb(172,253,254); }
H1.HeaderClassName
{
color: #ACFDFE;
}
.AnyTagClassName
{
color: #ACFDFE;
}
</style>
background-color css
<style>
a { background-color: #ACFDFE; }
a { background-color: rgb(172,253,254); }
div.DivClassName
{
background-color: #ACFDFE;
}
.BgClassName
{
background-color: #ACFDFE;
}
</style>
border-color css
<style>
span { border-color: #ACFDFE; }
span { border-color: rgb(172,253,254); }
td.TdClassName
{
border-color: #ACFDFE;
}
.TagClassName
{
border-color: #ACFDFE;
}
</style>