#ACFCFF

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

Shades of Pale Turquoise #ACFCFF

Tints of Pale Turquoise #ACFCFF

Color information

#ACFCFF (or 0xACFCFF) is unknown color: approx Pale Turquoise. HEX triplet: AC, FC and FF. RGB value is (172,252,255). Sum of RGB (Red+Green+Blue) = 172+252+255=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCFF is #530300. Grayscale: #E4E4E4. Windows color (decimal): -5440257 or 16776364. OLE color: 16776364.

HSL color Cylindrical-coordinate representation of color #ACFCFF: hue angle of 182.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFCFF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172252255-
CMYK0.330.0100
HSL182.17º100%83.73%-
HSV(B)182.17º32.55%100%-
XYZ69.8785.61107.45-
YUV228.4214387.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.33%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 255 (100% from 255) = 37.56%
R=25.33%
G=37.11%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722522550.330.0100182.1710083.73
HexACFCFF21100b66454
Octal25437437741100266144124
Binary1010110011111100111111111000011001011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCFF; }

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

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

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

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

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

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

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

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