Shades of Pale Turquoise #ACF7FB
Tints of Pale Turquoise #ACF7FB
RGB
CMYK
RGB Variations
Color information
#ACF7FB (or 0xACF7FB) is known color: Pale Turquoise. HEX triplet: AC, F7 and FB. RGB value is (172,247,251). Sum of RGB (Red+Green+Blue) = 172+247+251=670 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.67% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7FB is #530804. Grayscale: #E0E0E0. Windows color (decimal): -5441541 or 16512940. OLE color: 16512940.
HSL color Cylindrical-coordinate representation of color #ACF7FB: hue angle of 183.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF7FB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 247 | 251 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.02 |
| HSL | 183.04º | 0.91% | 0.83% | - |
| HSV(B) | 183.04º | 0.31% | 0.98% | - |
| XYZ | 67.69 | 82.26 | 103.58 | - |
| YUV | 225.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 251 | 0.31 | 0.02 | 0 | 0.02 | 183.04 | 0.91 | 0.83 |
| Hex | AC | F7 | FB | 1F | 2 | 0 | 2 | B7 | 5B | 53 |
| Octal | 254 | 367 | 373 | 37 | 2 | 0 | 2 | 267 | 133 | 123 |
| Binary | 10101100 | 11110111 | 11111011 | 11111 | 10 | 0 | 10 | 10110111 | 1011011 | 1010011 |
Color Harmonies of #ACF7FB
Complementary color
Monochromatic Colors of #ACF7FB
Black with #ACF7FB
Text Example
Text Example
White with #ACF7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7FB; }
p { color: rgb(172,247,251); }
H1.HeaderClassName
{
color: #ACF7FB;
}
.AnyTagClassName
{
color: #ACF7FB;
}
</style>
background-color css
<style>
a { background-color: #ACF7FB; }
a { background-color: rgb(172,247,251); }
div.DivClassName
{
background-color: #ACF7FB;
}
.BgClassName
{
background-color: #ACF7FB;
}
</style>
border-color css
<style>
span { border-color: #ACF7FB; }
span { border-color: rgb(172,247,251); }
td.TdClassName
{
border-color: #ACF7FB;
}
.TagClassName
{
border-color: #ACF7FB;
}
</style>