#ACF7E9

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

Shades of Pale Turquoise #ACF7E9

Tints of Pale Turquoise #ACF7E9

Color information

#ACF7E9 (or 0xACF7E9) is unknown color: approx Pale Turquoise. HEX triplet: AC, F7 and E9. RGB value is (172,247,233). Sum of RGB (Red+Green+Blue) = 172+247+233=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7E9 is #530816. Grayscale: #DEDEDE. Windows color (decimal): -5441559 or 15333292. OLE color: 15333292.

HSL color Cylindrical-coordinate representation of color #ACF7E9: hue angle of 168.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7E9 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB172247233-
CMYK0.3000.060.03
HSL168.8º82.42%82.16%-
HSV(B)168.8º30.36%96.86%-
XYZ64.9881.1889.33-
YUV222.98133.6591.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 247 (96.88% from 255) = 37.88%
BLUE value IS 233 (91.41% from 255) = 35.74%
R=26.38%
G=37.88%
B=35.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722472330.3000.060.03168.882.4282.16
HexACF7E91E063a95252
Octal25436735136063251122122
Binary101011001111011111101001111100110111010100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7E9; }

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

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

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

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

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

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

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

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