Shades of Pale Turquoise #ACF9EA
Tints of Pale Turquoise #ACF9EA
RGB
CMYK
RGB Variations
Color information
#ACF9EA (or 0xACF9EA) is known color: Pale Turquoise. HEX triplet: AC, F9 and EA. RGB value is (172,249,234). Sum of RGB (Red+Green+Blue) = 172+249+234=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EA is #530615. Grayscale: #E0E0E0. Windows color (decimal): -5441046 or 15399340. OLE color: 15399340.
HSL color Cylindrical-coordinate representation of color #ACF9EA: hue angle of 168.31º 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 #ACF9EA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 234 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.02 |
| HSL | 168.31º | 0.87% | 0.83% | - |
| HSV(B) | 168.31º | 0.31% | 0.98% | - |
| XYZ | 65.74 | 82.46 | 90.29 | - |
| YUV | 224.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 234 | 0.31 | 0 | 0.06 | 0.02 | 168.31 | 0.87 | 0.83 |
| Hex | AC | F9 | EA | 1F | 0 | 6 | 2 | A8 | 57 | 53 |
| Octal | 254 | 371 | 352 | 37 | 0 | 6 | 2 | 250 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11101010 | 11111 | 0 | 110 | 10 | 10101000 | 1010111 | 1010011 |
Color Harmonies of #ACF9EA
Complementary color
Monochromatic Colors of #ACF9EA
Black with #ACF9EA
Text Example
Text Example
White with #ACF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9EA; }
p { color: rgb(172,249,234); }
H1.HeaderClassName
{
color: #ACF9EA;
}
.AnyTagClassName
{
color: #ACF9EA;
}
</style>
background-color css
<style>
a { background-color: #ACF9EA; }
a { background-color: rgb(172,249,234); }
div.DivClassName
{
background-color: #ACF9EA;
}
.BgClassName
{
background-color: #ACF9EA;
}
</style>
border-color css
<style>
span { border-color: #ACF9EA; }
span { border-color: rgb(172,249,234); }
td.TdClassName
{
border-color: #ACF9EA;
}
.TagClassName
{
border-color: #ACF9EA;
}
</style>