#ACFDF0

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

Shades of Pale Turquoise #ACFDF0

Tints of Pale Turquoise #ACFDF0

Color information

#ACFDF0 (or 0xACFDF0) is unknown color: approx Pale Turquoise. HEX triplet: AC, FD and F0. RGB value is (172,253,240). Sum of RGB (Red+Green+Blue) = 172+253+240=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF0 is #53020F. Grayscale: #E3E3E3. Windows color (decimal): -5440016 or 15793580. OLE color: 15793580.

HSL color Cylindrical-coordinate representation of color #ACFDF0: hue angle of 170.37º degrees, saturation: 0.95, 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 #ACFDF0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB172253240-
CMYK0.3200.050.01
HSL170.37º95.29%83.33%-
HSV(B)170.37º32.02%99.22%-
XYZ67.8785.3195.33-
YUV227.3135.1688.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.86%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=25.86%
G=38.05%
B=36.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532400.3200.050.01170.3795.2983.33
HexACFDF020051aa5f53
Octal25437536040051252137123
Binary101011001111110111110000100000010111010101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDF0; }

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

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

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

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

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

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

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

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