#ACF5E9

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

Shades of Pale Turquoise #ACF5E9

Tints of Pale Turquoise #ACF5E9

Color information

#ACF5E9 (or 0xACF5E9) is unknown color: approx Pale Turquoise. HEX triplet: AC, F5 and E9. RGB value is (172,245,233). Sum of RGB (Red+Green+Blue) = 172+245+233=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5E9 is #530A16. Grayscale: #DDDDDD. Windows color (decimal): -5442071 or 15332780. OLE color: 15332780.

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

Color convert

RGB172245233-
CMYK0.3000.050.04
HSL170.14º78.49%81.76%-
HSV(B)170.14º29.8%96.08%-
XYZ64.3779.9689.13-
YUV221.8134.3292.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=26.46%
G=37.69%
B=35.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722452330.3000.050.04170.1478.4981.76
HexACF5E91E054aa4e52
Octal25436535136054252116122
Binary1010110011110101111010011111001011001010101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5E9; }

 p { color: rgb(172,245,233); }

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

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

 a { background-color: rgb(172,245,233); }

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

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

 span { border-color: rgb(172,245,233); }

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