#ACFEFA

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

Shades of Pale Turquoise #ACFEFA

Tints of Pale Turquoise #ACFEFA

Color information

#ACFEFA (or 0xACFEFA) is unknown color: approx Pale Turquoise. HEX triplet: AC, FE and FA. RGB value is (172,254,250). Sum of RGB (Red+Green+Blue) = 172+254+250=676 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.44% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEFA is #530105. Grayscale: #E4E4E4. Windows color (decimal): -5439750 or 16449196. OLE color: 16449196.

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

Color convert

RGB172254250-
CMYK0.3200.020.00
HSL177.07º97.62%83.53%-
HSV(B)177.07º32.28%99.61%-
XYZ69.7186.56103.48-
YUV229.03139.8387.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.44%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=25.44%
G=37.57%
B=36.98%

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
Decimal1722542500.3200.020.00177.0797.6283.53
HexACFEFA20020b16254
Octal25437637240020261142124
Binary10101100111111101111101010000001001011000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEFA; }

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

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

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

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

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

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

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

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