#ACF2F3

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

Shades of Pale Turquoise #ACF2F3

Tints of Pale Turquoise #ACF2F3

Color information

#ACF2F3 (or 0xACF2F3) is unknown color: approx Pale Turquoise. HEX triplet: AC, F2 and F3. RGB value is (172,242,243). Sum of RGB (Red+Green+Blue) = 172+242+243=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACF2F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2F3 is #530D0C. Grayscale: #DDDDDD. Windows color (decimal): -5442829 or 15987372. OLE color: 15987372.

HSL color Cylindrical-coordinate representation of color #ACF2F3: hue angle of 180.85º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2F3 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172242243-
CMYK0.290.0000.05
HSL180.85º74.74%81.37%-
HSV(B)180.85º29.22%95.29%-
XYZ64.9478.7596.57-
YUV221.18140.3192.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=26.18%
G=36.83%
B=36.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722422430.290.0000.05180.8574.7481.37
HexACF2F31D005b54b51
Octal25436236335005265113121
Binary10101100111100101111001111101001011011010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2F3; }

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

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

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

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

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

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

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

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