Shades of Pale Turquoise #ACF3FA
Tints of Pale Turquoise #ACF3FA
RGB
CMYK
RGB Variations
Color information
#ACF3FA (or 0xACF3FA) is known color: Pale Turquoise. HEX triplet: AC, F3 and FA. RGB value is (172,243,250). Sum of RGB (Red+Green+Blue) = 172+243+250=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3FA is #530C05. Grayscale: #DEDEDE. Windows color (decimal): -5442566 or 16446380. OLE color: 16446380.
HSL color Cylindrical-coordinate representation of color #ACF3FA: hue angle of 185.38º 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 #ACF3FA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 243 | 250 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.02 |
| HSL | 185.38º | 0.89% | 0.83% | - |
| HSV(B) | 185.38º | 0.31% | 0.98% | - |
| XYZ | 66.32 | 79.77 | 102.35 | - |
| YUV | 222.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 250 | 0.31 | 0.03 | 0 | 0.02 | 185.38 | 0.89 | 0.83 |
| Hex | AC | F3 | FA | 1F | 3 | 0 | 2 | B9 | 59 | 53 |
| Octal | 254 | 363 | 372 | 37 | 3 | 0 | 2 | 271 | 131 | 123 |
| Binary | 10101100 | 11110011 | 11111010 | 11111 | 11 | 0 | 10 | 10111001 | 1011001 | 1010011 |
Color Harmonies of #ACF3FA
Complementary color
Monochromatic Colors of #ACF3FA
Black with #ACF3FA
Text Example
Text Example
White with #ACF3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3FA; }
p { color: rgb(172,243,250); }
H1.HeaderClassName
{
color: #ACF3FA;
}
.AnyTagClassName
{
color: #ACF3FA;
}
</style>
background-color css
<style>
a { background-color: #ACF3FA; }
a { background-color: rgb(172,243,250); }
div.DivClassName
{
background-color: #ACF3FA;
}
.BgClassName
{
background-color: #ACF3FA;
}
</style>
border-color css
<style>
span { border-color: #ACF3FA; }
span { border-color: rgb(172,243,250); }
td.TdClassName
{
border-color: #ACF3FA;
}
.TagClassName
{
border-color: #ACF3FA;
}
</style>