Shades of Pale Turquoise #ACF4F7
Tints of Pale Turquoise #ACF4F7
RGB
CMYK
RGB Variations
Color information
#ACF4F7 (or 0xACF4F7) is known color: Pale Turquoise. HEX triplet: AC, F4 and F7. RGB value is (172,244,247). Sum of RGB (Red+Green+Blue) = 172+244+247=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACF4F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4F7 is #530B08. Grayscale: #DEDEDE. Windows color (decimal): -5442313 or 16250028. OLE color: 16250028.
HSL color Cylindrical-coordinate representation of color #ACF4F7: hue angle of 182.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4F7 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 244 | 247 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.03 |
| HSL | 182.4º | 0.82% | 0.82% | - |
| HSV(B) | 182.4º | 0.3% | 0.97% | - |
| XYZ | 66.15 | 80.19 | 99.99 | - |
| YUV | 222.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 247 | 0.30 | 0.01 | 0 | 0.03 | 182.4 | 0.82 | 0.82 |
| Hex | AC | F4 | F7 | 1E | 1 | 0 | 3 | B6 | 52 | 52 |
| Octal | 254 | 364 | 367 | 36 | 1 | 0 | 3 | 266 | 122 | 122 |
| Binary | 10101100 | 11110100 | 11110111 | 11110 | 1 | 0 | 11 | 10110110 | 1010010 | 1010010 |
Color Harmonies of #ACF4F7
Complementary color
Monochromatic Colors of #ACF4F7
Black with #ACF4F7
Text Example
Text Example
White with #ACF4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4F7; }
p { color: rgb(172,244,247); }
H1.HeaderClassName
{
color: #ACF4F7;
}
.AnyTagClassName
{
color: #ACF4F7;
}
</style>
background-color css
<style>
a { background-color: #ACF4F7; }
a { background-color: rgb(172,244,247); }
div.DivClassName
{
background-color: #ACF4F7;
}
.BgClassName
{
background-color: #ACF4F7;
}
</style>
border-color css
<style>
span { border-color: #ACF4F7; }
span { border-color: rgb(172,244,247); }
td.TdClassName
{
border-color: #ACF4F7;
}
.TagClassName
{
border-color: #ACF4F7;
}
</style>