Shades of Pale Turquoise #ACFCFF
Tints of Pale Turquoise #ACFCFF
RGB
CMYK
RGB Variations
Color information
#ACFCFF (or 0xACFCFF) is known color: Pale Turquoise. HEX triplet: AC, FC and FF. RGB value is (172,252,255). Sum of RGB (Red+Green+Blue) = 172+252+255=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCFF is #530300. Grayscale: #E4E4E4. Windows color (decimal): -5440257 or 16776364. OLE color: 16776364.
HSL color Cylindrical-coordinate representation of color #ACFCFF: hue angle of 182.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFCFF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 252 | 255 | - |
| CMYK | 0.33 | 0.01 | 0 | 0 |
| HSL | 182.17º | 1% | 0.84% | - |
| HSV(B) | 182.17º | 0.33% | 1% | - |
| XYZ | 69.87 | 85.61 | 107.45 | - |
| YUV | 228.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 255 | 0.33 | 0.01 | 0 | 0 | 182.17 | 1 | 0.84 |
| Hex | AC | FC | FF | 21 | 1 | 0 | 0 | B6 | 64 | 54 |
| Octal | 254 | 374 | 377 | 41 | 1 | 0 | 0 | 266 | 144 | 124 |
| Binary | 10101100 | 11111100 | 11111111 | 100001 | 1 | 0 | 0 | 10110110 | 1100100 | 1010100 |
Color Harmonies of #ACFCFF
Complementary color
Monochromatic Colors of #ACFCFF
Black with #ACFCFF
Text Example
Text Example
White with #ACFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCFF; }
p { color: rgb(172,252,255); }
H1.HeaderClassName
{
color: #ACFCFF;
}
.AnyTagClassName
{
color: #ACFCFF;
}
</style>
background-color css
<style>
a { background-color: #ACFCFF; }
a { background-color: rgb(172,252,255); }
div.DivClassName
{
background-color: #ACFCFF;
}
.BgClassName
{
background-color: #ACFCFF;
}
</style>
border-color css
<style>
span { border-color: #ACFCFF; }
span { border-color: rgb(172,252,255); }
td.TdClassName
{
border-color: #ACFCFF;
}
.TagClassName
{
border-color: #ACFCFF;
}
</style>