Shades of Pale Turquoise #ACF0FA
Tints of Pale Turquoise #ACF0FA
RGB
CMYK
RGB Variations
Color information
#ACF0FA (or 0xACF0FA) is known color: Pale Turquoise. HEX triplet: AC, F0 and FA. RGB value is (172,240,250). Sum of RGB (Red+Green+Blue) = 172+240+250=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0FA is #530F05. Grayscale: #DCDCDC. Windows color (decimal): -5443334 or 16445612. OLE color: 16445612.
HSL color Cylindrical-coordinate representation of color #ACF0FA: hue angle of 187.69º degrees, saturation: 0.89, 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 #ACF0FA is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 240 | 250 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 187.69º | 0.89% | 0.83% | - |
| HSV(B) | 187.69º | 0.31% | 0.98% | - |
| XYZ | 65.43 | 77.99 | 102.05 | - |
| YUV | 220.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 250 | 0.31 | 0.04 | 0 | 0.02 | 187.69 | 0.89 | 0.83 |
| Hex | AC | F0 | FA | 1F | 4 | 0 | 2 | BC | 59 | 53 |
| Octal | 254 | 360 | 372 | 37 | 4 | 0 | 2 | 274 | 131 | 123 |
| Binary | 10101100 | 11110000 | 11111010 | 11111 | 100 | 0 | 10 | 10111100 | 1011001 | 1010011 |
Color Harmonies of #ACF0FA
Complementary color
Monochromatic Colors of #ACF0FA
Black with #ACF0FA
Text Example
Text Example
White with #ACF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0FA; }
p { color: rgb(172,240,250); }
H1.HeaderClassName
{
color: #ACF0FA;
}
.AnyTagClassName
{
color: #ACF0FA;
}
</style>
background-color css
<style>
a { background-color: #ACF0FA; }
a { background-color: rgb(172,240,250); }
div.DivClassName
{
background-color: #ACF0FA;
}
.BgClassName
{
background-color: #ACF0FA;
}
</style>
border-color css
<style>
span { border-color: #ACF0FA; }
span { border-color: rgb(172,240,250); }
td.TdClassName
{
border-color: #ACF0FA;
}
.TagClassName
{
border-color: #ACF0FA;
}
</style>