#ACFCEE

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

Shades of Pale Turquoise #ACFCEE

Tints of Pale Turquoise #ACFCEE

Color information

#ACFCEE (or 0xACFCEE) is unknown color: approx Pale Turquoise. HEX triplet: AC, FC and EE. RGB value is (172,252,238). Sum of RGB (Red+Green+Blue) = 172+252+238=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCEE is #530311. Grayscale: #E2E2E2. Windows color (decimal): -5440274 or 15662252. OLE color: 15662252.

HSL color Cylindrical-coordinate representation of color #ACFCEE: hue angle of 169.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCEE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB172252238-
CMYK0.3200.060.01
HSL169.5º93.02%83.14%-
HSV(B)169.5º31.75%98.82%-
XYZ67.2684.5693.67-
YUV226.48134.589.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.98%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=25.98%
G=38.07%
B=35.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522380.3200.060.01169.593.0283.14
HexACFCEE20061aa5d53
Octal25437435640061252135123
Binary101011001111110011101110100000011011010101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCEE; }

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

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

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

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

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

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

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

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