Shades of Pale Turquoise #ACEFF0
Tints of Pale Turquoise #ACEFF0
RGB
CMYK
RGB Variations
Color information
#ACEFF0 (or 0xACEFF0) is known color: Pale Turquoise. HEX triplet: AC, EF and F0. RGB value is (172,239,240). Sum of RGB (Red+Green+Blue) = 172+239+240=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF0 is #53100F. Grayscale: #DBDBDB. Windows color (decimal): -5443600 or 15789996. OLE color: 15789996.
HSL color Cylindrical-coordinate representation of color #ACEFF0: hue angle of 180.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFF0 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 239 | 240 | - |
CMYK | 0.28 | 0.00 | 0 | 0.06 |
HSL | 180.88º | 0.69% | 0.81% | - |
HSV(B) | 180.88º | 0.28% | 0.94% | - |
XYZ | 63.61 | 76.79 | 93.91 | - |
YUV | 219.08 | 139.8 | 94.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 239 | 240 | 0.28 | 0.00 | 0 | 0.06 | 180.88 | 0.69 | 0.81 |
Hex | AC | EF | F0 | 1C | 0 | 0 | 6 | B5 | 45 | 51 |
Octal | 254 | 357 | 360 | 34 | 0 | 0 | 6 | 265 | 105 | 121 |
Binary | 10101100 | 11101111 | 11110000 | 11100 | 0 | 0 | 110 | 10110101 | 1000101 | 1010001 |
Color Harmonies of #ACEFF0
Complementary color
Monochromatic Colors of #ACEFF0
Black with #ACEFF0
Text Example
Text Example
White with #ACEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFF0; }
p { color: rgb(172,239,240); }
H1.HeaderClassName
{
color: #ACEFF0;
}
.AnyTagClassName
{
color: #ACEFF0;
}
</style>
background-color css
<style>
a { background-color: #ACEFF0; }
a { background-color: rgb(172,239,240); }
div.DivClassName
{
background-color: #ACEFF0;
}
.BgClassName
{
background-color: #ACEFF0;
}
</style>
border-color css
<style>
span { border-color: #ACEFF0; }
span { border-color: rgb(172,239,240); }
td.TdClassName
{
border-color: #ACEFF0;
}
.TagClassName
{
border-color: #ACEFF0;
}
</style>