#ACF2EE

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

Shades of Pale Turquoise #ACF2EE

Tints of Pale Turquoise #ACF2EE

Color information

#ACF2EE (or 0xACF2EE) is unknown color: approx Pale Turquoise. HEX triplet: AC, F2 and EE. RGB value is (172,242,238). Sum of RGB (Red+Green+Blue) = 172+242+238=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2EE is #530D11. Grayscale: #DCDCDC. Windows color (decimal): -5442834 or 15659692. OLE color: 15659692.

HSL color Cylindrical-coordinate representation of color #ACF2EE: hue angle of 176.57º degrees, saturation: 0.73, 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 #ACF2EE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB172242238-
CMYK0.2900.020.05
HSL176.57º72.92%81.18%-
HSV(B)176.57º28.93%94.9%-
XYZ64.278.4592.65-
YUV220.61137.8193.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=26.38%
G=37.12%
B=36.50%

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
Decimal1722422380.2900.020.05176.5772.9281.18
HexACF2EE1D025b14951
Octal25436235635025261111121
Binary101011001111001011101110111010101011011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2EE; }

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

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

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

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

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

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

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

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