Shades of Pale Turquoise #ACF0F3
Tints of Pale Turquoise #ACF0F3
RGB
CMYK
RGB Variations
Color information
#ACF0F3 (or 0xACF0F3) is known color: Pale Turquoise. HEX triplet: AC, F0 and F3. RGB value is (172,240,243). Sum of RGB (Red+Green+Blue) = 172+240+243=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACF0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0F3 is #530F0C. Grayscale: #DBDBDB. Windows color (decimal): -5443341 or 15986860. OLE color: 15986860.
HSL color Cylindrical-coordinate representation of color #ACF0F3: hue angle of 182.54º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF0F3 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 240 | 243 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.05 |
| HSL | 182.54º | 0.75% | 0.81% | - |
| HSV(B) | 182.54º | 0.29% | 0.95% | - |
| XYZ | 64.35 | 77.56 | 96.37 | - |
| YUV | 220.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 243 | 0.29 | 0.01 | 0 | 0.05 | 182.54 | 0.75 | 0.81 |
| Hex | AC | F0 | F3 | 1D | 1 | 0 | 5 | B7 | 4B | 51 |
| Octal | 254 | 360 | 363 | 35 | 1 | 0 | 5 | 267 | 113 | 121 |
| Binary | 10101100 | 11110000 | 11110011 | 11101 | 1 | 0 | 101 | 10110111 | 1001011 | 1010001 |
Color Harmonies of #ACF0F3
Complementary color
Monochromatic Colors of #ACF0F3
Black with #ACF0F3
Text Example
Text Example
White with #ACF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0F3; }
p { color: rgb(172,240,243); }
H1.HeaderClassName
{
color: #ACF0F3;
}
.AnyTagClassName
{
color: #ACF0F3;
}
</style>
background-color css
<style>
a { background-color: #ACF0F3; }
a { background-color: rgb(172,240,243); }
div.DivClassName
{
background-color: #ACF0F3;
}
.BgClassName
{
background-color: #ACF0F3;
}
</style>
border-color css
<style>
span { border-color: #ACF0F3; }
span { border-color: rgb(172,240,243); }
td.TdClassName
{
border-color: #ACF0F3;
}
.TagClassName
{
border-color: #ACF0F3;
}
</style>