#ACFEF8

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

Shades of Pale Turquoise #ACFEF8

Tints of Pale Turquoise #ACFEF8

Color information

#ACFEF8 (or 0xACFEF8) is unknown color: approx Pale Turquoise. HEX triplet: AC, FE and F8. RGB value is (172,254,248). Sum of RGB (Red+Green+Blue) = 172+254+248=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEF8 is #530107. Grayscale: #E4E4E4. Windows color (decimal): -5439752 or 16318124. OLE color: 16318124.

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

Color convert

RGB172254248-
CMYK0.3200.020.00
HSL175.61º97.62%83.53%-
HSV(B)175.61º32.28%99.61%-
XYZ69.486.43101.83-
YUV228.8138.8387.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.52%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 248 (97.27% from 255) = 36.80%
R=25.52%
G=37.69%
B=36.80%

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
Decimal1722542480.3200.020.00175.6197.6283.53
HexACFEF820020b06254
Octal25437637040020260142124
Binary10101100111111101111100010000001001011000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEF8; }

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

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

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

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

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

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

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

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