Shades of Pale Turquoise #ACFCEF
Tints of Pale Turquoise #ACFCEF
RGB
CMYK
RGB Variations
Color information
#ACFCEF (or 0xACFCEF) is known color: Pale Turquoise. HEX triplet: AC, FC and EF. RGB value is (172,252,239). Sum of RGB (Red+Green+Blue) = 172+252+239=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCEF is #530310. Grayscale: #E2E2E2. Windows color (decimal): -5440273 or 15727788. OLE color: 15727788.
HSL color Cylindrical-coordinate representation of color #ACFCEF: hue angle of 170.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCEF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 239 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.01 |
| HSL | 170.25º | 0.93% | 0.83% | - |
| HSV(B) | 170.25º | 0.32% | 0.99% | - |
| XYZ | 67.4 | 84.62 | 94.44 | - |
| YUV | 226.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 239 | 0.32 | 0 | 0.05 | 0.01 | 170.25 | 0.93 | 0.83 |
| Hex | AC | FC | EF | 20 | 0 | 5 | 1 | AA | 5D | 53 |
| Octal | 254 | 374 | 357 | 40 | 0 | 5 | 1 | 252 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11101111 | 100000 | 0 | 101 | 1 | 10101010 | 1011101 | 1010011 |
Color Harmonies of #ACFCEF
Complementary color
Monochromatic Colors of #ACFCEF
Black with #ACFCEF
Text Example
Text Example
White with #ACFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCEF; }
p { color: rgb(172,252,239); }
H1.HeaderClassName
{
color: #ACFCEF;
}
.AnyTagClassName
{
color: #ACFCEF;
}
</style>
background-color css
<style>
a { background-color: #ACFCEF; }
a { background-color: rgb(172,252,239); }
div.DivClassName
{
background-color: #ACFCEF;
}
.BgClassName
{
background-color: #ACFCEF;
}
</style>
border-color css
<style>
span { border-color: #ACFCEF; }
span { border-color: rgb(172,252,239); }
td.TdClassName
{
border-color: #ACFCEF;
}
.TagClassName
{
border-color: #ACFCEF;
}
</style>