Shades of Pale Turquoise #ACF0E6
Tints of Pale Turquoise #ACF0E6
RGB
CMYK
RGB Variations
Color information
#ACF0E6 (or 0xACF0E6) is known color: Pale Turquoise. HEX triplet: AC, F0 and E6. RGB value is (172,240,230). Sum of RGB (Red+Green+Blue) = 172+240+230=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0E6 is #530F19. Grayscale: #DADADA. Windows color (decimal): -5443354 or 15134892. OLE color: 15134892.
HSL color Cylindrical-coordinate representation of color #ACF0E6: hue angle of 171.18º 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 #ACF0E6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 230 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.06 |
| HSL | 171.18º | 0.69% | 0.81% | - |
| HSV(B) | 171.18º | 0.28% | 0.94% | - |
| XYZ | 62.46 | 76.8 | 86.4 | - |
| YUV | 218.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 230 | 0.28 | 0 | 0.04 | 0.06 | 171.18 | 0.69 | 0.81 |
| Hex | AC | F0 | E6 | 1C | 0 | 4 | 6 | AB | 45 | 51 |
| Octal | 254 | 360 | 346 | 34 | 0 | 4 | 6 | 253 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11100110 | 11100 | 0 | 100 | 110 | 10101011 | 1000101 | 1010001 |
Color Harmonies of #ACF0E6
Complementary color
Monochromatic Colors of #ACF0E6
Black with #ACF0E6
Text Example
Text Example
White with #ACF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0E6; }
p { color: rgb(172,240,230); }
H1.HeaderClassName
{
color: #ACF0E6;
}
.AnyTagClassName
{
color: #ACF0E6;
}
</style>
background-color css
<style>
a { background-color: #ACF0E6; }
a { background-color: rgb(172,240,230); }
div.DivClassName
{
background-color: #ACF0E6;
}
.BgClassName
{
background-color: #ACF0E6;
}
</style>
border-color css
<style>
span { border-color: #ACF0E6; }
span { border-color: rgb(172,240,230); }
td.TdClassName
{
border-color: #ACF0E6;
}
.TagClassName
{
border-color: #ACF0E6;
}
</style>