Shades of Pale Turquoise #ACF3F3
Tints of Pale Turquoise #ACF3F3
RGB
CMYK
RGB Variations
Color information
#ACF3F3 (or 0xACF3F3) is known color: Pale Turquoise. HEX triplet: AC, F3 and F3. RGB value is (172,243,243). Sum of RGB (Red+Green+Blue) = 172+243+243=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #ACF3F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3F3 is #530C0C. Grayscale: #DDDDDD. Windows color (decimal): -5442573 or 15987628. OLE color: 15987628.
HSL color Cylindrical-coordinate representation of color #ACF3F3: hue angle of 180º 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 #ACF3F3 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 243 | - |
| CMYK | 0.29 | 0 | 0 | 0.05 |
| HSL | 180º | 0.75% | 0.81% | - |
| HSV(B) | 180º | 0.29% | 0.95% | - |
| XYZ | 65.24 | 79.34 | 96.67 | - |
| YUV | 221.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 243 | 0.29 | 0 | 0 | 0.05 | 180 | 0.75 | 0.81 |
| Hex | AC | F3 | F3 | 1D | 0 | 0 | 5 | B4 | 4B | 51 |
| Octal | 254 | 363 | 363 | 35 | 0 | 0 | 5 | 264 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11110011 | 11101 | 0 | 0 | 101 | 10110100 | 1001011 | 1010001 |
Color Harmonies of #ACF3F3
Complementary color
Monochromatic Colors of #ACF3F3
Black with #ACF3F3
Text Example
Text Example
White with #ACF3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3F3; }
p { color: rgb(172,243,243); }
H1.HeaderClassName
{
color: #ACF3F3;
}
.AnyTagClassName
{
color: #ACF3F3;
}
</style>
background-color css
<style>
a { background-color: #ACF3F3; }
a { background-color: rgb(172,243,243); }
div.DivClassName
{
background-color: #ACF3F3;
}
.BgClassName
{
background-color: #ACF3F3;
}
</style>
border-color css
<style>
span { border-color: #ACF3F3; }
span { border-color: rgb(172,243,243); }
td.TdClassName
{
border-color: #ACF3F3;
}
.TagClassName
{
border-color: #ACF3F3;
}
</style>