Shades of Pale Turquoise #ACFBFE
Tints of Pale Turquoise #ACFBFE
RGB
CMYK
RGB Variations
Color information
#ACFBFE (or 0xACFBFE) is known color: Pale Turquoise. HEX triplet: AC, FB and FE. RGB value is (172,251,254). Sum of RGB (Red+Green+Blue) = 172+251+254=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBFE is #530401. Grayscale: #E3E3E3. Windows color (decimal): -5440514 or 16710572. OLE color: 16710572.
HSL color Cylindrical-coordinate representation of color #ACFBFE: hue angle of 182.2º 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 #ACFBFE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 251 | 254 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.00 |
| HSL | 182.2º | 0.98% | 0.84% | - |
| HSV(B) | 182.2º | 0.32% | 1% | - |
| XYZ | 69.4 | 84.92 | 106.5 | - |
| YUV | 227.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 254 | 0.32 | 0.01 | 0 | 0.00 | 182.2 | 0.98 | 0.84 |
| Hex | AC | FB | FE | 20 | 1 | 0 | 0 | B6 | 62 | 54 |
| Octal | 254 | 373 | 376 | 40 | 1 | 0 | 0 | 266 | 142 | 124 |
| Binary | 10101100 | 11111011 | 11111110 | 100000 | 1 | 0 | 0 | 10110110 | 1100010 | 1010100 |
Color Harmonies of #ACFBFE
Complementary color
Monochromatic Colors of #ACFBFE
Black with #ACFBFE
Text Example
Text Example
White with #ACFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBFE; }
p { color: rgb(172,251,254); }
H1.HeaderClassName
{
color: #ACFBFE;
}
.AnyTagClassName
{
color: #ACFBFE;
}
</style>
background-color css
<style>
a { background-color: #ACFBFE; }
a { background-color: rgb(172,251,254); }
div.DivClassName
{
background-color: #ACFBFE;
}
.BgClassName
{
background-color: #ACFBFE;
}
</style>
border-color css
<style>
span { border-color: #ACFBFE; }
span { border-color: rgb(172,251,254); }
td.TdClassName
{
border-color: #ACFBFE;
}
.TagClassName
{
border-color: #ACFBFE;
}
</style>