#ACF4F1

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

Shades of Pale Turquoise #ACF4F1

Tints of Pale Turquoise #ACF4F1

Color information

#ACF4F1 (or 0xACF4F1) is unknown color: approx Pale Turquoise. HEX triplet: AC, F4 and F1. RGB value is (172,244,241). Sum of RGB (Red+Green+Blue) = 172+244+241=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4F1 is #530B0E. Grayscale: #DEDEDE. Windows color (decimal): -5442319 or 15856812. OLE color: 15856812.

HSL color Cylindrical-coordinate representation of color #ACF4F1: hue angle of 177.5º 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 #ACF4F1 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB172244241-
CMYK0.3000.010.04
HSL177.5º76.6%81.57%-
HSV(B)177.5º29.51%95.69%-
XYZ65.2479.8295.19-
YUV222.13138.6592.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 244 (95.70% from 255) = 37.14%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=26.18%
G=37.14%
B=36.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722442410.3000.010.04177.576.681.57
HexACF4F11E014b24d52
Octal25436436136014262115122
Binary10101100111101001111000111110011001011001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4F1; }

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

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

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

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

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

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

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

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