#ACF4EA

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

Shades of Pale Turquoise #ACF4EA

Tints of Pale Turquoise #ACF4EA

Color information

#ACF4EA (or 0xACF4EA) is unknown color: approx Pale Turquoise. HEX triplet: AC, F4 and EA. RGB value is (172,244,234). Sum of RGB (Red+Green+Blue) = 172+244+234=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4EA is #530B15. Grayscale: #DDDDDD. Windows color (decimal): -5442326 or 15398060. OLE color: 15398060.

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

Color convert

RGB172244234-
CMYK0.3000.040.04
HSL171.67º76.6%81.57%-
HSV(B)171.67º29.51%95.69%-
XYZ64.2279.4189.79-
YUV221.33135.1592.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 234 (91.80% from 255) = 36%
R=26.46%
G=37.54%
B=36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722442340.3000.040.04171.6776.681.57
HexACF4EA1E044ac4d52
Octal25436435236044254115122
Binary1010110011110100111010101111001001001010110010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4EA; }

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

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

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

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

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

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

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

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