Shades of Pale Turquoise #ACEEEB
Tints of Pale Turquoise #ACEEEB
RGB
CMYK
RGB Variations
Color information
#ACEEEB (or 0xACEEEB) is known color: Pale Turquoise. HEX triplet: AC, EE and EB. RGB value is (172,238,235). Sum of RGB (Red+Green+Blue) = 172+238+235=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEEB is #531114. Grayscale: #D9D9D9. Windows color (decimal): -5443861 or 15462060. OLE color: 15462060.
HSL color Cylindrical-coordinate representation of color #ACEEEB: hue angle of 177.27º 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 #ACEEEB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 235 | - |
CMYK | 0.28 | 0 | 0.01 | 0.07 |
HSL | 177.27º | 0.66% | 0.8% | - |
HSV(B) | 177.27º | 0.28% | 0.93% | - |
XYZ | 62.58 | 75.92 | 89.95 | - |
YUV | 217.92 | 137.63 | 95.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 235 | 0.28 | 0 | 0.01 | 0.07 | 177.27 | 0.66 | 0.8 |
Hex | AC | EE | EB | 1C | 0 | 1 | 7 | B1 | 42 | 50 |
Octal | 254 | 356 | 353 | 34 | 0 | 1 | 7 | 261 | 102 | 120 |
Binary | 10101100 | 11101110 | 11101011 | 11100 | 0 | 1 | 111 | 10110001 | 1000010 | 1010000 |
Color Harmonies of #ACEEEB
Complementary color
Monochromatic Colors of #ACEEEB
Black with #ACEEEB
Text Example
Text Example
White with #ACEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEEB; }
p { color: rgb(172,238,235); }
H1.HeaderClassName
{
color: #ACEEEB;
}
.AnyTagClassName
{
color: #ACEEEB;
}
</style>
background-color css
<style>
a { background-color: #ACEEEB; }
a { background-color: rgb(172,238,235); }
div.DivClassName
{
background-color: #ACEEEB;
}
.BgClassName
{
background-color: #ACEEEB;
}
</style>
border-color css
<style>
span { border-color: #ACEEEB; }
span { border-color: rgb(172,238,235); }
td.TdClassName
{
border-color: #ACEEEB;
}
.TagClassName
{
border-color: #ACEEEB;
}
</style>