#ACFEF9

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

Shades of Pale Turquoise #ACFEF9

Tints of Pale Turquoise #ACFEF9

Color information

#ACFEF9 (or 0xACFEF9) is unknown color: approx Pale Turquoise. HEX triplet: AC, FE and F9. RGB value is (172,254,249). Sum of RGB (Red+Green+Blue) = 172+254+249=675 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.48% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEF9 is #530106. Grayscale: #E4E4E4. Windows color (decimal): -5439751 or 16383660. OLE color: 16383660.

HSL color Cylindrical-coordinate representation of color #ACFEF9: hue angle of 176.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEF9 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB172254249-
CMYK0.3200.020.00
HSL176.34º97.62%83.53%-
HSV(B)176.34º32.28%99.61%-
XYZ69.5586.49102.65-
YUV228.91139.3387.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.48%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=25.48%
G=37.63%
B=36.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542490.3200.020.00176.3497.6283.53
HexACFEF920020b06254
Octal25437637140020260142124
Binary10101100111111101111100110000001001011000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEF9; }

 p { color: rgb(172,254,249); }

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

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

 a { background-color: rgb(172,254,249); }

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

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

 span { border-color: rgb(172,254,249); }

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