#ACFEFB

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

Shades of Pale Turquoise #ACFEFB

Tints of Pale Turquoise #ACFEFB

Color information

#ACFEFB (or 0xACFEFB) is unknown color: approx Pale Turquoise. HEX triplet: AC, FE and FB. RGB value is (172,254,251). Sum of RGB (Red+Green+Blue) = 172+254+251=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFB is #530104. Grayscale: #E5E5E5. Windows color (decimal): -5439749 or 16514732. OLE color: 16514732.

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

Color convert

RGB172254251-
CMYK0.3200.010.00
HSL177.8º97.62%83.53%-
HSV(B)177.8º32.28%99.61%-
XYZ69.8786.62104.3-
YUV229.14140.3387.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.41%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=25.41%
G=37.52%
B=37.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542510.3200.010.00177.897.6283.53
HexACFEFB20010b26254
Octal25437637340010262142124
Binary1010110011111110111110111000000101011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEFB; }

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

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

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

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

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

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

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

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