#ACF0EE

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

Shades of Pale Turquoise #ACF0EE

Tints of Pale Turquoise #ACF0EE

Color information

#ACF0EE (or 0xACF0EE) is unknown color: approx Pale Turquoise. HEX triplet: AC, F0 and EE. RGB value is (172,240,238). Sum of RGB (Red+Green+Blue) = 172+240+238=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0EE is #530F11. Grayscale: #DBDBDB. Windows color (decimal): -5443346 or 15659180. OLE color: 15659180.

HSL color Cylindrical-coordinate representation of color #ACF0EE: hue angle of 178.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0EE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB172240238-
CMYK0.2800.010.06
HSL178.24º69.39%80.78%-
HSV(B)178.24º28.33%94.12%-
XYZ63.6177.2692.45-
YUV219.44138.4794.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=26.46%
G=36.92%
B=36.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402380.2800.010.06178.2469.3980.78
HexACF0EE1C016b24551
Octal25436035634016262105121
Binary10101100111100001110111011100011101011001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0EE; }

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

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

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

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

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

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

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

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