#ACF4F3

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

Shades of Pale Turquoise #ACF4F3

Tints of Pale Turquoise #ACF4F3

Color information

#ACF4F3 (or 0xACF4F3) is unknown color: approx Pale Turquoise. HEX triplet: AC, F4 and F3. RGB value is (172,244,243). Sum of RGB (Red+Green+Blue) = 172+244+243=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4F3 is #530B0C. Grayscale: #DEDEDE. Windows color (decimal): -5442317 or 15987884. OLE color: 15987884.

HSL color Cylindrical-coordinate representation of color #ACF4F3: hue angle of 179.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4F3 is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB172244243-
CMYK0.3000.000.04
HSL179.17º76.6%81.57%-
HSV(B)179.17º29.51%95.69%-
XYZ65.5479.9496.77-
YUV222.36139.6592.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 244 (95.70% from 255) = 37.03%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=26.10%
G=37.03%
B=36.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722442430.3000.000.04179.1776.681.57
HexACF4F31E004b34d52
Octal25436436336004263115122
Binary10101100111101001111001111110001001011001110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4F3; }

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

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

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

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

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

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

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

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