Shades of Pale Turquoise #ACF3FE
Tints of Pale Turquoise #ACF3FE
RGB
CMYK
RGB Variations
Color information
#ACF3FE (or 0xACF3FE) is known color: Pale Turquoise. HEX triplet: AC, F3 and FE. RGB value is (172,243,254). Sum of RGB (Red+Green+Blue) = 172+243+254=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3FE is #530C01. Grayscale: #DEDEDE. Windows color (decimal): -5442562 or 16708524. OLE color: 16708524.
HSL color Cylindrical-coordinate representation of color #ACF3FE: hue angle of 188.05º 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 #ACF3FE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 243 | 254 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.00 |
| HSL | 188.05º | 0.98% | 0.84% | - |
| HSV(B) | 188.05º | 0.32% | 1% | - |
| XYZ | 66.95 | 80.03 | 105.68 | - |
| YUV | 223.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 254 | 0.32 | 0.04 | 0 | 0.00 | 188.05 | 0.98 | 0.84 |
| Hex | AC | F3 | FE | 20 | 4 | 0 | 0 | BC | 62 | 54 |
| Octal | 254 | 363 | 376 | 40 | 4 | 0 | 0 | 274 | 142 | 124 |
| Binary | 10101100 | 11110011 | 11111110 | 100000 | 100 | 0 | 0 | 10111100 | 1100010 | 1010100 |
Color Harmonies of #ACF3FE
Complementary color
Monochromatic Colors of #ACF3FE
Black with #ACF3FE
Text Example
Text Example
White with #ACF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3FE; }
p { color: rgb(172,243,254); }
H1.HeaderClassName
{
color: #ACF3FE;
}
.AnyTagClassName
{
color: #ACF3FE;
}
</style>
background-color css
<style>
a { background-color: #ACF3FE; }
a { background-color: rgb(172,243,254); }
div.DivClassName
{
background-color: #ACF3FE;
}
.BgClassName
{
background-color: #ACF3FE;
}
</style>
border-color css
<style>
span { border-color: #ACF3FE; }
span { border-color: rgb(172,243,254); }
td.TdClassName
{
border-color: #ACF3FE;
}
.TagClassName
{
border-color: #ACF3FE;
}
</style>