Shades of Pale Turquoise #ACFAFE
Tints of Pale Turquoise #ACFAFE
RGB
CMYK
RGB Variations
Color information
#ACFAFE (or 0xACFAFE) is known color: Pale Turquoise. HEX triplet: AC, FA and FE. RGB value is (172,250,254). Sum of RGB (Red+Green+Blue) = 172+250+254=676 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.44% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAFE is #530501. Grayscale: #E3E3E3. Windows color (decimal): -5440770 or 16710316. OLE color: 16710316.
HSL color Cylindrical-coordinate representation of color #ACFAFE: hue angle of 182.93º 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 #ACFAFE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 250 | 254 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.00 |
| HSL | 182.93º | 0.98% | 0.84% | - |
| HSV(B) | 182.93º | 0.32% | 1% | - |
| XYZ | 69.09 | 84.3 | 106.4 | - |
| YUV | 227.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 254 | 0.32 | 0.02 | 0 | 0.00 | 182.93 | 0.98 | 0.84 |
| Hex | AC | FA | FE | 20 | 2 | 0 | 0 | B7 | 62 | 54 |
| Octal | 254 | 372 | 376 | 40 | 2 | 0 | 0 | 267 | 142 | 124 |
| Binary | 10101100 | 11111010 | 11111110 | 100000 | 10 | 0 | 0 | 10110111 | 1100010 | 1010100 |
Color Harmonies of #ACFAFE
Complementary color
Monochromatic Colors of #ACFAFE
Black with #ACFAFE
Text Example
Text Example
White with #ACFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFAFE; }
p { color: rgb(172,250,254); }
H1.HeaderClassName
{
color: #ACFAFE;
}
.AnyTagClassName
{
color: #ACFAFE;
}
</style>
background-color css
<style>
a { background-color: #ACFAFE; }
a { background-color: rgb(172,250,254); }
div.DivClassName
{
background-color: #ACFAFE;
}
.BgClassName
{
background-color: #ACFAFE;
}
</style>
border-color css
<style>
span { border-color: #ACFAFE; }
span { border-color: rgb(172,250,254); }
td.TdClassName
{
border-color: #ACFAFE;
}
.TagClassName
{
border-color: #ACFAFE;
}
</style>