#ACF5EA

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

Shades of Pale Turquoise #ACF5EA

Tints of Pale Turquoise #ACF5EA

Color information

#ACF5EA (or 0xACF5EA) is unknown color: approx Pale Turquoise. HEX triplet: AC, F5 and EA. RGB value is (172,245,234). Sum of RGB (Red+Green+Blue) = 172+245+234=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5EA is #530A15. Grayscale: #DDDDDD. Windows color (decimal): -5442070 or 15398316. OLE color: 15398316.

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

Color convert

RGB172245234-
CMYK0.3000.040.04
HSL170.96º78.49%81.76%-
HSV(B)170.96º29.8%96.08%-
XYZ64.5280.0289.89-
YUV221.92134.8292.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=26.42%
G=37.63%
B=35.94%

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
Decimal1722452340.3000.040.04170.9678.4981.76
HexACF5EA1E044ab4e52
Octal25436535236044253116122
Binary1010110011110101111010101111001001001010101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5EA; }

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

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

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

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

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

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

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

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