Shades of Pale Turquoise #ACF1F8
Tints of Pale Turquoise #ACF1F8
RGB
CMYK
RGB Variations
Color information
#ACF1F8 (or 0xACF1F8) is known color: Pale Turquoise. HEX triplet: AC, F1 and F8. RGB value is (172,241,248). Sum of RGB (Red+Green+Blue) = 172+241+248=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACF1F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F8 is #530E07. Grayscale: #DDDDDD. Windows color (decimal): -5443080 or 16314796. OLE color: 16314796.
HSL color Cylindrical-coordinate representation of color #ACF1F8: hue angle of 185.53º 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 #ACF1F8 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 241 | 248 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.03 |
| HSL | 185.53º | 0.84% | 0.82% | - |
| HSV(B) | 185.53º | 0.31% | 0.97% | - |
| XYZ | 65.41 | 78.46 | 100.5 | - |
| YUV | 221.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 248 | 0.31 | 0.03 | 0 | 0.03 | 185.53 | 0.84 | 0.82 |
| Hex | AC | F1 | F8 | 1F | 3 | 0 | 3 | BA | 54 | 52 |
| Octal | 254 | 361 | 370 | 37 | 3 | 0 | 3 | 272 | 124 | 122 |
| Binary | 10101100 | 11110001 | 11111000 | 11111 | 11 | 0 | 11 | 10111010 | 1010100 | 1010010 |
Color Harmonies of #ACF1F8
Complementary color
Monochromatic Colors of #ACF1F8
Black with #ACF1F8
Text Example
Text Example
White with #ACF1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1F8; }
p { color: rgb(172,241,248); }
H1.HeaderClassName
{
color: #ACF1F8;
}
.AnyTagClassName
{
color: #ACF1F8;
}
</style>
background-color css
<style>
a { background-color: #ACF1F8; }
a { background-color: rgb(172,241,248); }
div.DivClassName
{
background-color: #ACF1F8;
}
.BgClassName
{
background-color: #ACF1F8;
}
</style>
border-color css
<style>
span { border-color: #ACF1F8; }
span { border-color: rgb(172,241,248); }
td.TdClassName
{
border-color: #ACF1F8;
}
.TagClassName
{
border-color: #ACF1F8;
}
</style>