Shades of Pale Turquoise #ACEDEE
Tints of Pale Turquoise #ACEDEE
RGB
CMYK
RGB Variations
Color information
#ACEDEE (or 0xACEDEE) is known color: Pale Turquoise. HEX triplet: AC, ED and EE. RGB value is (172,237,238). Sum of RGB (Red+Green+Blue) = 172+237+238=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDEE is #531211. Grayscale: #D9D9D9. Windows color (decimal): -5444114 or 15658412. OLE color: 15658412.
HSL color Cylindrical-coordinate representation of color #ACEDEE: hue angle of 180.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEDEE is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 238 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.07 |
| HSL | 180.91º | 0.66% | 0.8% | - |
| HSV(B) | 180.91º | 0.28% | 0.93% | - |
| XYZ | 62.73 | 75.51 | 92.16 | - |
| YUV | 217.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 238 | 0.28 | 0.00 | 0 | 0.07 | 180.91 | 0.66 | 0.8 |
| Hex | AC | ED | EE | 1C | 0 | 0 | 7 | B5 | 42 | 50 |
| Octal | 254 | 355 | 356 | 34 | 0 | 0 | 7 | 265 | 102 | 120 |
| Binary | 10101100 | 11101101 | 11101110 | 11100 | 0 | 0 | 111 | 10110101 | 1000010 | 1010000 |
Color Harmonies of #ACEDEE
Complementary color
Monochromatic Colors of #ACEDEE
Black with #ACEDEE
Text Example
Text Example
White with #ACEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDEE; }
p { color: rgb(172,237,238); }
H1.HeaderClassName
{
color: #ACEDEE;
}
.AnyTagClassName
{
color: #ACEDEE;
}
</style>
background-color css
<style>
a { background-color: #ACEDEE; }
a { background-color: rgb(172,237,238); }
div.DivClassName
{
background-color: #ACEDEE;
}
.BgClassName
{
background-color: #ACEDEE;
}
</style>
border-color css
<style>
span { border-color: #ACEDEE; }
span { border-color: rgb(172,237,238); }
td.TdClassName
{
border-color: #ACEDEE;
}
.TagClassName
{
border-color: #ACEDEE;
}
</style>