Shades of Pale Turquoise #ACF4F8
Tints of Pale Turquoise #ACF4F8
RGB
CMYK
RGB Variations
Color information
#ACF4F8 (or 0xACF4F8) is known color: Pale Turquoise. HEX triplet: AC, F4 and F8. RGB value is (172,244,248). Sum of RGB (Red+Green+Blue) = 172+244+248=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACF4F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4F8 is #530B07. Grayscale: #DEDEDE. Windows color (decimal): -5442312 or 16315564. OLE color: 16315564.
HSL color Cylindrical-coordinate representation of color #ACF4F8: hue angle of 183.16º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF4F8 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 244 | 248 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.03 |
| HSL | 183.16º | 0.84% | 0.82% | - |
| HSV(B) | 183.16º | 0.31% | 0.97% | - |
| XYZ | 66.31 | 80.25 | 100.8 | - |
| YUV | 222.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 248 | 0.31 | 0.02 | 0 | 0.03 | 183.16 | 0.84 | 0.82 |
| Hex | AC | F4 | F8 | 1F | 2 | 0 | 3 | B7 | 54 | 52 |
| Octal | 254 | 364 | 370 | 37 | 2 | 0 | 3 | 267 | 124 | 122 |
| Binary | 10101100 | 11110100 | 11111000 | 11111 | 10 | 0 | 11 | 10110111 | 1010100 | 1010010 |
Color Harmonies of #ACF4F8
Complementary color
Monochromatic Colors of #ACF4F8
Black with #ACF4F8
Text Example
Text Example
White with #ACF4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4F8; }
p { color: rgb(172,244,248); }
H1.HeaderClassName
{
color: #ACF4F8;
}
.AnyTagClassName
{
color: #ACF4F8;
}
</style>
background-color css
<style>
a { background-color: #ACF4F8; }
a { background-color: rgb(172,244,248); }
div.DivClassName
{
background-color: #ACF4F8;
}
.BgClassName
{
background-color: #ACF4F8;
}
</style>
border-color css
<style>
span { border-color: #ACF4F8; }
span { border-color: rgb(172,244,248); }
td.TdClassName
{
border-color: #ACF4F8;
}
.TagClassName
{
border-color: #ACF4F8;
}
</style>