#ACF3EE

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

Shades of Pale Turquoise #ACF3EE

Tints of Pale Turquoise #ACF3EE

Color information

#ACF3EE (or 0xACF3EE) is unknown color: approx Pale Turquoise. HEX triplet: AC, F3 and EE. RGB value is (172,243,238). Sum of RGB (Red+Green+Blue) = 172+243+238=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3EE is #530C11. Grayscale: #DDDDDD. Windows color (decimal): -5442578 or 15659948. OLE color: 15659948.

HSL color Cylindrical-coordinate representation of color #ACF3EE: hue angle of 175.77º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3EE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB172243238-
CMYK0.2900.020.05
HSL175.77º74.74%81.37%-
HSV(B)175.77º29.22%95.29%-
XYZ64.579.0492.75-
YUV221.2137.4892.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=26.34%
G=37.21%
B=36.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722432380.2900.020.05175.7774.7481.37
HexACF3EE1D025b04b51
Octal25436335635025260113121
Binary101011001111001111101110111010101011011000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3EE; }

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

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

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

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

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

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

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

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