#ACF2FA

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

Shades of Pale Turquoise #ACF2FA

Tints of Pale Turquoise #ACF2FA

Color information

#ACF2FA (or 0xACF2FA) is unknown color: approx Pale Turquoise. HEX triplet: AC, F2 and FA. RGB value is (172,242,250). Sum of RGB (Red+Green+Blue) = 172+242+250=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2FA is #530D05. Grayscale: #DDDDDD. Windows color (decimal): -5442822 or 16446124. OLE color: 16446124.

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

Color convert

RGB172242250-
CMYK0.310.0300.02
HSL186.15º88.64%82.75%-
HSV(B)186.15º31.2%98.04%-
XYZ66.0279.18102.25-
YUV221.98143.8192.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.90%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=25.90%
G=36.45%
B=37.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722422500.310.0300.02186.1588.6482.75
HexACF2FA1F302ba5953
Octal25436237237302272131123
Binary10101100111100101111101011111110101011101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2FA; }

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

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

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

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

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

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

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

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