Shades of Pale Turquoise #ACEDF6
Tints of Pale Turquoise #ACEDF6
RGB
CMYK
RGB Variations
Color information
#ACEDF6 (or 0xACEDF6) is known color: Pale Turquoise. HEX triplet: AC, ED and F6. RGB value is (172,237,246). Sum of RGB (Red+Green+Blue) = 172+237+246=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACEDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDF6 is #531209. Grayscale: #DADADA. Windows color (decimal): -5444106 or 16182700. OLE color: 16182700.
HSL color Cylindrical-coordinate representation of color #ACEDF6: hue angle of 187.3º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACEDF6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 237 | 246 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.04 |
| HSL | 187.3º | 0.8% | 0.82% | - |
| HSV(B) | 187.3º | 0.3% | 0.96% | - |
| XYZ | 63.93 | 75.99 | 98.49 | - |
| YUV | 218.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 246 | 0.30 | 0.04 | 0 | 0.04 | 187.3 | 0.8 | 0.82 |
| Hex | AC | ED | F6 | 1E | 4 | 0 | 4 | BB | 50 | 52 |
| Octal | 254 | 355 | 366 | 36 | 4 | 0 | 4 | 273 | 120 | 122 |
| Binary | 10101100 | 11101101 | 11110110 | 11110 | 100 | 0 | 100 | 10111011 | 1010000 | 1010010 |
Color Harmonies of #ACEDF6
Complementary color
Monochromatic Colors of #ACEDF6
Black with #ACEDF6
Text Example
Text Example
White with #ACEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDF6; }
p { color: rgb(172,237,246); }
H1.HeaderClassName
{
color: #ACEDF6;
}
.AnyTagClassName
{
color: #ACEDF6;
}
</style>
background-color css
<style>
a { background-color: #ACEDF6; }
a { background-color: rgb(172,237,246); }
div.DivClassName
{
background-color: #ACEDF6;
}
.BgClassName
{
background-color: #ACEDF6;
}
</style>
border-color css
<style>
span { border-color: #ACEDF6; }
span { border-color: rgb(172,237,246); }
td.TdClassName
{
border-color: #ACEDF6;
}
.TagClassName
{
border-color: #ACEDF6;
}
</style>