#ACEFFA

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

Shades of Pale Turquoise #ACEFFA

Tints of Pale Turquoise #ACEFFA

Color information

#ACEFFA (or 0xACEFFA) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and FA. RGB value is (172,239,250). Sum of RGB (Red+Green+Blue) = 172+239+250=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACEFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFFA is #531005. Grayscale: #DCDCDC. Windows color (decimal): -5443590 or 16445356. OLE color: 16445356.

HSL color Cylindrical-coordinate representation of color #ACEFFA: hue angle of 188.46º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEFFA is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172239250-
CMYK0.310.0400.02
HSL188.46º88.64%82.75%-
HSV(B)188.46º31.2%98.04%-
XYZ65.1477.41101.95-
YUV220.22144.893.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.02%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=26.02%
G=36.16%
B=37.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722392500.310.0400.02188.4688.6482.75
HexACEFFA1F402bc5953
Octal25435737237402274131123
Binary101011001110111111111010111111000101011110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFFA; }

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

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

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

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

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

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

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

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