#ACFDFE

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

Shades of Pale Turquoise #ACFDFE

Tints of Pale Turquoise #ACFDFE

Color information

#ACFDFE (or 0xACFDFE) is unknown color: approx Pale Turquoise. HEX triplet: AC, FD and FE. RGB value is (172,253,254). Sum of RGB (Red+Green+Blue) = 172+253+254=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDFE is #530201. Grayscale: #E4E4E4. Windows color (decimal): -5440002 or 16711084. OLE color: 16711084.

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

Color convert

RGB172253254-
CMYK0.320.0000.00
HSL180.73º97.62%83.53%-
HSV(B)180.73º32.28%99.61%-
XYZ70.0386.18106.71-
YUV228.9142.1687.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.33%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=25.33%
G=37.26%
B=37.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722532540.320.0000.00180.7397.6283.53
HexACFDFE20000b56254
Octal25437537640000265142124
Binary1010110011111101111111101000000001011010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDFE; }

 p { color: rgb(172,253,254); }

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

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

 a { background-color: rgb(172,253,254); }

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

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

 span { border-color: rgb(172,253,254); }

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