#ACF7FF

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

Shades of Pale Turquoise #ACF7FF

Tints of Pale Turquoise #ACF7FF

Color information

#ACF7FF (or 0xACF7FF) is unknown color: approx Pale Turquoise. HEX triplet: AC, F7 and FF. RGB value is (172,247,255). Sum of RGB (Red+Green+Blue) = 172+247+255=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7FF is #530800. Grayscale: #E1E1E1. Windows color (decimal): -5441537 or 16775084. OLE color: 16775084.

HSL color Cylindrical-coordinate representation of color #ACF7FF: hue angle of 185.78º 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 #ACF7FF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172247255-
CMYK0.330.0300
HSL185.78º100%83.73%-
HSV(B)185.78º32.55%100%-
XYZ68.3282.51106.93-
YUV225.49144.6589.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.52%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 255 (100% from 255) = 37.83%
R=25.52%
G=36.65%
B=37.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722472550.330.0300185.7810083.73
HexACF7FF21300ba6454
Octal25436737741300272144124
Binary10101100111101111111111110000111001011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7FF; }

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

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

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

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

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

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

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

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