#ACF9EE

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

Shades of Pale Turquoise #ACF9EE

Tints of Pale Turquoise #ACF9EE

Color information

#ACF9EE (or 0xACF9EE) is unknown color: approx Pale Turquoise. HEX triplet: AC, F9 and EE. RGB value is (172,249,238). Sum of RGB (Red+Green+Blue) = 172+249+238=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EE is #530611. Grayscale: #E0E0E0. Windows color (decimal): -5441042 or 15661484. OLE color: 15661484.

HSL color Cylindrical-coordinate representation of color #ACF9EE: hue angle of 171.43º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9EE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB172249238-
CMYK0.3100.040.02
HSL171.43º86.52%82.55%-
HSV(B)171.43º30.92%97.65%-
XYZ66.3282.793.36-
YUV224.72135.4990.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=26.10%
G=37.78%
B=36.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492380.3100.040.02171.4386.5282.55
HexACF9EE1F042ab5753
Octal25437135637042253127123
Binary101011001111100111101110111110100101010101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9EE; }

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

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

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

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

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

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

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

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