Shades of Pale Turquoise #ACEFF9
Tints of Pale Turquoise #ACEFF9
RGB
CMYK
RGB Variations
Color information
#ACEFF9 (or 0xACEFF9) is known color: Pale Turquoise. HEX triplet: AC, EF and F9. RGB value is (172,239,249). Sum of RGB (Red+Green+Blue) = 172+239+249=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF9 is #531006. Grayscale: #DCDCDC. Windows color (decimal): -5443591 or 16379820. OLE color: 16379820.
HSL color Cylindrical-coordinate representation of color #ACEFF9: hue angle of 187.79º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEFF9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 239 | 249 | - |
CMYK | 0.31 | 0.04 | 0 | 0.02 |
HSL | 187.79º | 0.87% | 0.83% | - |
HSV(B) | 187.79º | 0.31% | 0.98% | - |
XYZ | 64.98 | 77.34 | 101.13 | - |
YUV | 220.11 | 144.3 | 93.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 239 | 249 | 0.31 | 0.04 | 0 | 0.02 | 187.79 | 0.87 | 0.83 |
Hex | AC | EF | F9 | 1F | 4 | 0 | 2 | BC | 57 | 53 |
Octal | 254 | 357 | 371 | 37 | 4 | 0 | 2 | 274 | 127 | 123 |
Binary | 10101100 | 11101111 | 11111001 | 11111 | 100 | 0 | 10 | 10111100 | 1010111 | 1010011 |
Color Harmonies of #ACEFF9
Complementary color
Monochromatic Colors of #ACEFF9
Black with #ACEFF9
Text Example
Text Example
White with #ACEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFF9; }
p { color: rgb(172,239,249); }
H1.HeaderClassName
{
color: #ACEFF9;
}
.AnyTagClassName
{
color: #ACEFF9;
}
</style>
background-color css
<style>
a { background-color: #ACEFF9; }
a { background-color: rgb(172,239,249); }
div.DivClassName
{
background-color: #ACEFF9;
}
.BgClassName
{
background-color: #ACEFF9;
}
</style>
border-color css
<style>
span { border-color: #ACEFF9; }
span { border-color: rgb(172,239,249); }
td.TdClassName
{
border-color: #ACEFF9;
}
.TagClassName
{
border-color: #ACEFF9;
}
</style>