Shades of Pale Turquoise #ACF0FB
Tints of Pale Turquoise #ACF0FB
RGB
CMYK
RGB Variations
Color information
#ACF0FB (or 0xACF0FB) is known color: Pale Turquoise. HEX triplet: AC, F0 and FB. RGB value is (172,240,251). Sum of RGB (Red+Green+Blue) = 172+240+251=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0FB is #530F04. Grayscale: #DCDCDC. Windows color (decimal): -5443333 or 16511148. OLE color: 16511148.
HSL color Cylindrical-coordinate representation of color #ACF0FB: hue angle of 188.35º 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 #ACF0FB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 240 | 251 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 188.35º | 0.91% | 0.83% | - |
| HSV(B) | 188.35º | 0.31% | 0.98% | - |
| XYZ | 65.59 | 78.06 | 102.88 | - |
| YUV | 220.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 251 | 0.31 | 0.04 | 0 | 0.02 | 188.35 | 0.91 | 0.83 |
| Hex | AC | F0 | FB | 1F | 4 | 0 | 2 | BC | 5B | 53 |
| Octal | 254 | 360 | 373 | 37 | 4 | 0 | 2 | 274 | 133 | 123 |
| Binary | 10101100 | 11110000 | 11111011 | 11111 | 100 | 0 | 10 | 10111100 | 1011011 | 1010011 |
Color Harmonies of #ACF0FB
Complementary color
Monochromatic Colors of #ACF0FB
Black with #ACF0FB
Text Example
Text Example
White with #ACF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0FB; }
p { color: rgb(172,240,251); }
H1.HeaderClassName
{
color: #ACF0FB;
}
.AnyTagClassName
{
color: #ACF0FB;
}
</style>
background-color css
<style>
a { background-color: #ACF0FB; }
a { background-color: rgb(172,240,251); }
div.DivClassName
{
background-color: #ACF0FB;
}
.BgClassName
{
background-color: #ACF0FB;
}
</style>
border-color css
<style>
span { border-color: #ACF0FB; }
span { border-color: rgb(172,240,251); }
td.TdClassName
{
border-color: #ACF0FB;
}
.TagClassName
{
border-color: #ACF0FB;
}
</style>