Shades of Pale Turquoise #ACF2FB
Tints of Pale Turquoise #ACF2FB
RGB
CMYK
RGB Variations
Color information
#ACF2FB (or 0xACF2FB) is known color: Pale Turquoise. HEX triplet: AC, F2 and FB. RGB value is (172,242,251). Sum of RGB (Red+Green+Blue) = 172+242+251=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2FB is #530D04. Grayscale: #DDDDDD. Windows color (decimal): -5442821 or 16511660. OLE color: 16511660.
HSL color Cylindrical-coordinate representation of color #ACF2FB: hue angle of 186.84º 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 #ACF2FB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 242 | 251 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 186.84º | 0.91% | 0.83% | - |
| HSV(B) | 186.84º | 0.31% | 0.98% | - |
| XYZ | 66.18 | 79.24 | 103.07 | - |
| YUV | 222.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 251 | 0.31 | 0.04 | 0 | 0.02 | 186.84 | 0.91 | 0.83 |
| Hex | AC | F2 | FB | 1F | 4 | 0 | 2 | BB | 5B | 53 |
| Octal | 254 | 362 | 373 | 37 | 4 | 0 | 2 | 273 | 133 | 123 |
| Binary | 10101100 | 11110010 | 11111011 | 11111 | 100 | 0 | 10 | 10111011 | 1011011 | 1010011 |
Color Harmonies of #ACF2FB
Complementary color
Monochromatic Colors of #ACF2FB
Black with #ACF2FB
Text Example
Text Example
White with #ACF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2FB; }
p { color: rgb(172,242,251); }
H1.HeaderClassName
{
color: #ACF2FB;
}
.AnyTagClassName
{
color: #ACF2FB;
}
</style>
background-color css
<style>
a { background-color: #ACF2FB; }
a { background-color: rgb(172,242,251); }
div.DivClassName
{
background-color: #ACF2FB;
}
.BgClassName
{
background-color: #ACF2FB;
}
</style>
border-color css
<style>
span { border-color: #ACF2FB; }
span { border-color: rgb(172,242,251); }
td.TdClassName
{
border-color: #ACF2FB;
}
.TagClassName
{
border-color: #ACF2FB;
}
</style>