#ACFCF4

Color #ACFCF4 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #ACFCF4

Tints of Pale Turquoise #ACFCF4

Color information

#ACFCF4 (or 0xACFCF4) is unknown color: approx Pale Turquoise. HEX triplet: AC, FC and F4. RGB value is (172,252,244). Sum of RGB (Red+Green+Blue) = 172+252+244=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCF4 is #53030B. Grayscale: #E3E3E3. Windows color (decimal): -5440268 or 16055468. OLE color: 16055468.

HSL color Cylindrical-coordinate representation of color #ACFCF4: hue angle of 174º 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 #ACFCF4 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB172252244-
CMYK0.3200.030.01
HSL174º93.02%83.14%-
HSV(B)174º31.75%98.82%-
XYZ68.1584.9298.39-
YUV227.17137.588.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 25.75%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=25.75%
G=37.72%
B=36.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522440.3200.030.0117493.0283.14
HexACFCF420031ae5d53
Octal25437436440031256135123
Binary10101100111111001111010010000001111010111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCF4; }

 p { color: rgb(172,252,244); }

 H1.HeaderClassName
 {
   color: #ACFCF4;
 }
 .AnyTagClassName
 {
   color: #ACFCF4;
 }
</style>
background-color css

<style>
 a { background-color: #ACFCF4; }

 a { background-color: rgb(172,252,244); }

 div.DivClassName
 {
   background-color: #ACFCF4;
 }
 .BgClassName
 {
   background-color: #ACFCF4;
 }
</style>
border-color css

<style>
 span { border-color: #ACFCF4; }

 span { border-color: rgb(172,252,244); }

 td.TdClassName
 {
   border-color: #ACFCF4;
 }
 .TagClassName
 {
   border-color: #ACFCF4;
 }
</style>