Shades of Pale Turquoise #ACF5FA
Tints of Pale Turquoise #ACF5FA
RGB
CMYK
RGB Variations
Color information
#ACF5FA (or 0xACF5FA) is known color: Pale Turquoise. HEX triplet: AC, F5 and FA. RGB value is (172,245,250). Sum of RGB (Red+Green+Blue) = 172+245+250=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FA is #530A05. Grayscale: #DFDFDF. Windows color (decimal): -5442054 or 16446892. OLE color: 16446892.
HSL color Cylindrical-coordinate representation of color #ACF5FA: hue angle of 183.85º 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 #ACF5FA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 245 | 250 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.02 |
| HSL | 183.85º | 0.89% | 0.83% | - |
| HSV(B) | 183.85º | 0.31% | 0.98% | - |
| XYZ | 66.92 | 80.98 | 102.55 | - |
| YUV | 223.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 250 | 0.31 | 0.02 | 0 | 0.02 | 183.85 | 0.89 | 0.83 |
| Hex | AC | F5 | FA | 1F | 2 | 0 | 2 | B8 | 59 | 53 |
| Octal | 254 | 365 | 372 | 37 | 2 | 0 | 2 | 270 | 131 | 123 |
| Binary | 10101100 | 11110101 | 11111010 | 11111 | 10 | 0 | 10 | 10111000 | 1011001 | 1010011 |
Color Harmonies of #ACF5FA
Complementary color
Monochromatic Colors of #ACF5FA
Black with #ACF5FA
Text Example
Text Example
White with #ACF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5FA; }
p { color: rgb(172,245,250); }
H1.HeaderClassName
{
color: #ACF5FA;
}
.AnyTagClassName
{
color: #ACF5FA;
}
</style>
background-color css
<style>
a { background-color: #ACF5FA; }
a { background-color: rgb(172,245,250); }
div.DivClassName
{
background-color: #ACF5FA;
}
.BgClassName
{
background-color: #ACF5FA;
}
</style>
border-color css
<style>
span { border-color: #ACF5FA; }
span { border-color: rgb(172,245,250); }
td.TdClassName
{
border-color: #ACF5FA;
}
.TagClassName
{
border-color: #ACF5FA;
}
</style>