#ACF9FF

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

Shades of Pale Turquoise #ACF9FF

Tints of Pale Turquoise #ACF9FF

Color information

#ACF9FF (or 0xACF9FF) is unknown color: approx Pale Turquoise. HEX triplet: AC, F9 and FF. RGB value is (172,249,255). Sum of RGB (Red+Green+Blue) = 172+249+255=676 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.44% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9FF is #530600. Grayscale: #E2E2E2. Windows color (decimal): -5441025 or 16775596. OLE color: 16775596.

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

Color convert

RGB172249255-
CMYK0.330.0200
HSL184.34º100%83.73%-
HSV(B)184.34º32.55%100%-
XYZ68.9483.74107.14-
YUV226.66143.9989.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.44%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 255 (100% from 255) = 37.72%
R=25.44%
G=36.83%
B=37.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722492550.330.0200184.3410083.73
HexACF9FF21200b86454
Octal25437137741200270144124
Binary10101100111110011111111110000110001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9FF; }

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

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

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

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

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

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

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

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