#ACEEEA

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

Shades of Pale Turquoise #ACEEEA

Tints of Pale Turquoise #ACEEEA

Color information

#ACEEEA (or 0xACEEEA) is unknown color: approx Pale Turquoise. HEX triplet: AC, EE and EA. RGB value is (172,238,234). Sum of RGB (Red+Green+Blue) = 172+238+234=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEEA is #531115. Grayscale: #D9D9D9. Windows color (decimal): -5443862 or 15396524. OLE color: 15396524.

HSL color Cylindrical-coordinate representation of color #ACEEEA: hue angle of 176.36º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEEA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB172238234-
CMYK0.2800.020.07
HSL176.36º66%80.39%-
HSV(B)176.36º27.73%93.33%-
XYZ62.4475.8689.19-
YUV217.81137.1395.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=26.71%
G=36.96%
B=36.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382340.2800.020.07176.366680.39
HexACEEEA1C027b04250
Octal25435635234027260102120
Binary101011001110111011101010111000101111011000010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEEA; }

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

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

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

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

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

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

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

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