Shades of Pale Turquoise #ACF3EB
Tints of Pale Turquoise #ACF3EB
RGB
CMYK
RGB Variations
Color information
#ACF3EB (or 0xACF3EB) is known color: Pale Turquoise. HEX triplet: AC, F3 and EB. RGB value is (172,243,235). Sum of RGB (Red+Green+Blue) = 172+243+235=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3EB is #530C14. Grayscale: #DCDCDC. Windows color (decimal): -5442581 or 15463340. OLE color: 15463340.
HSL color Cylindrical-coordinate representation of color #ACF3EB: hue angle of 173.24º 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 #ACF3EB is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 235 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.05 |
| HSL | 173.24º | 0.75% | 0.81% | - |
| HSV(B) | 173.24º | 0.29% | 0.95% | - |
| XYZ | 64.06 | 78.87 | 90.44 | - |
| YUV | 220.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 235 | 0.29 | 0 | 0.03 | 0.05 | 173.24 | 0.75 | 0.81 |
| Hex | AC | F3 | EB | 1D | 0 | 3 | 5 | AD | 4B | 51 |
| Octal | 254 | 363 | 353 | 35 | 0 | 3 | 5 | 255 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11101011 | 11101 | 0 | 11 | 101 | 10101101 | 1001011 | 1010001 |
Color Harmonies of #ACF3EB
Complementary color
Monochromatic Colors of #ACF3EB
Black with #ACF3EB
Text Example
Text Example
White with #ACF3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3EB; }
p { color: rgb(172,243,235); }
H1.HeaderClassName
{
color: #ACF3EB;
}
.AnyTagClassName
{
color: #ACF3EB;
}
</style>
background-color css
<style>
a { background-color: #ACF3EB; }
a { background-color: rgb(172,243,235); }
div.DivClassName
{
background-color: #ACF3EB;
}
.BgClassName
{
background-color: #ACF3EB;
}
</style>
border-color css
<style>
span { border-color: #ACF3EB; }
span { border-color: rgb(172,243,235); }
td.TdClassName
{
border-color: #ACF3EB;
}
.TagClassName
{
border-color: #ACF3EB;
}
</style>