Shades of Pale Turquoise #ACF0E9
Tints of Pale Turquoise #ACF0E9
RGB
CMYK
RGB Variations
Color information
#ACF0E9 (or 0xACF0E9) is known color: Pale Turquoise. HEX triplet: AC, F0 and E9. RGB value is (172,240,233). Sum of RGB (Red+Green+Blue) = 172+240+233=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0E9 is #530F16. Grayscale: #DADADA. Windows color (decimal): -5443351 or 15331500. OLE color: 15331500.
HSL color Cylindrical-coordinate representation of color #ACF0E9: hue angle of 173.82º 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 #ACF0E9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 240 | 233 | - |
CMYK | 0.28 | 0 | 0.03 | 0.06 |
HSL | 173.82º | 0.69% | 0.81% | - |
HSV(B) | 173.82º | 0.28% | 0.94% | - |
XYZ | 62.88 | 76.97 | 88.63 | - |
YUV | 218.87 | 135.97 | 94.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 240 | 233 | 0.28 | 0 | 0.03 | 0.06 | 173.82 | 0.69 | 0.81 |
Hex | AC | F0 | E9 | 1C | 0 | 3 | 6 | AE | 45 | 51 |
Octal | 254 | 360 | 351 | 34 | 0 | 3 | 6 | 256 | 105 | 121 |
Binary | 10101100 | 11110000 | 11101001 | 11100 | 0 | 11 | 110 | 10101110 | 1000101 | 1010001 |
Color Harmonies of #ACF0E9
Complementary color
Monochromatic Colors of #ACF0E9
Black with #ACF0E9
Text Example
Text Example
White with #ACF0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0E9; }
p { color: rgb(172,240,233); }
H1.HeaderClassName
{
color: #ACF0E9;
}
.AnyTagClassName
{
color: #ACF0E9;
}
</style>
background-color css
<style>
a { background-color: #ACF0E9; }
a { background-color: rgb(172,240,233); }
div.DivClassName
{
background-color: #ACF0E9;
}
.BgClassName
{
background-color: #ACF0E9;
}
</style>
border-color css
<style>
span { border-color: #ACF0E9; }
span { border-color: rgb(172,240,233); }
td.TdClassName
{
border-color: #ACF0E9;
}
.TagClassName
{
border-color: #ACF0E9;
}
</style>