Shades of Pale Turquoise #ACF2ED
Tints of Pale Turquoise #ACF2ED
RGB
CMYK
RGB Variations
Color information
#ACF2ED (or 0xACF2ED) is known color: Pale Turquoise. HEX triplet: AC, F2 and ED. RGB value is (172,242,237). Sum of RGB (Red+Green+Blue) = 172+242+237=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2ED is #530D12. Grayscale: #DCDCDC. Windows color (decimal): -5442835 or 15594156. OLE color: 15594156.
HSL color Cylindrical-coordinate representation of color #ACF2ED: hue angle of 175.71º degrees, saturation: 0.73, 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 #ACF2ED is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 237 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.05 |
| HSL | 175.71º | 0.73% | 0.81% | - |
| HSV(B) | 175.71º | 0.29% | 0.95% | - |
| XYZ | 64.05 | 78.39 | 91.88 | - |
| YUV | 220.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 237 | 0.29 | 0 | 0.02 | 0.05 | 175.71 | 0.73 | 0.81 |
| Hex | AC | F2 | ED | 1D | 0 | 2 | 5 | B0 | 49 | 51 |
| Octal | 254 | 362 | 355 | 35 | 0 | 2 | 5 | 260 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11101101 | 11101 | 0 | 10 | 101 | 10110000 | 1001001 | 1010001 |
Color Harmonies of #ACF2ED
Complementary color
Monochromatic Colors of #ACF2ED
Black with #ACF2ED
Text Example
Text Example
White with #ACF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2ED; }
p { color: rgb(172,242,237); }
H1.HeaderClassName
{
color: #ACF2ED;
}
.AnyTagClassName
{
color: #ACF2ED;
}
</style>
background-color css
<style>
a { background-color: #ACF2ED; }
a { background-color: rgb(172,242,237); }
div.DivClassName
{
background-color: #ACF2ED;
}
.BgClassName
{
background-color: #ACF2ED;
}
</style>
border-color css
<style>
span { border-color: #ACF2ED; }
span { border-color: rgb(172,242,237); }
td.TdClassName
{
border-color: #ACF2ED;
}
.TagClassName
{
border-color: #ACF2ED;
}
</style>