Shades of Pale Turquoise #ACEDF5
Tints of Pale Turquoise #ACEDF5
RGB
CMYK
RGB Variations
Color information
#ACEDF5 (or 0xACEDF5) is known color: Pale Turquoise. HEX triplet: AC, ED and F5. RGB value is (172,237,245). Sum of RGB (Red+Green+Blue) = 172+237+245=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACEDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDF5 is #53120A. Grayscale: #DADADA. Windows color (decimal): -5444107 or 16117164. OLE color: 16117164.
HSL color Cylindrical-coordinate representation of color #ACEDF5: hue angle of 186.58º degrees, saturation: 0.78, 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 #ACEDF5 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 237 | 245 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.04 |
| HSL | 186.58º | 0.78% | 0.82% | - |
| HSV(B) | 186.58º | 0.3% | 0.96% | - |
| XYZ | 63.78 | 75.93 | 97.68 | - |
| YUV | 218.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 245 | 0.30 | 0.03 | 0 | 0.04 | 186.58 | 0.78 | 0.82 |
| Hex | AC | ED | F5 | 1E | 3 | 0 | 4 | BB | 4E | 52 |
| Octal | 254 | 355 | 365 | 36 | 3 | 0 | 4 | 273 | 116 | 122 |
| Binary | 10101100 | 11101101 | 11110101 | 11110 | 11 | 0 | 100 | 10111011 | 1001110 | 1010010 |
Color Harmonies of #ACEDF5
Complementary color
Monochromatic Colors of #ACEDF5
Black with #ACEDF5
Text Example
Text Example
White with #ACEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDF5; }
p { color: rgb(172,237,245); }
H1.HeaderClassName
{
color: #ACEDF5;
}
.AnyTagClassName
{
color: #ACEDF5;
}
</style>
background-color css
<style>
a { background-color: #ACEDF5; }
a { background-color: rgb(172,237,245); }
div.DivClassName
{
background-color: #ACEDF5;
}
.BgClassName
{
background-color: #ACEDF5;
}
</style>
border-color css
<style>
span { border-color: #ACEDF5; }
span { border-color: rgb(172,237,245); }
td.TdClassName
{
border-color: #ACEDF5;
}
.TagClassName
{
border-color: #ACEDF5;
}
</style>