#ACFAF0

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

Shades of Pale Turquoise #ACFAF0

Tints of Pale Turquoise #ACFAF0

Color information

#ACFAF0 (or 0xACFAF0) is unknown color: approx Pale Turquoise. HEX triplet: AC, FA and F0. RGB value is (172,250,240). Sum of RGB (Red+Green+Blue) = 172+250+240=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF0 is #53050F. Grayscale: #E1E1E1. Windows color (decimal): -5440784 or 15792812. OLE color: 15792812.

HSL color Cylindrical-coordinate representation of color #ACFAF0: hue angle of 172.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAF0 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB172250240-
CMYK0.3100.040.02
HSL172.31º88.64%82.75%-
HSV(B)172.31º31.2%98.04%-
XYZ66.9383.4395.01-
YUV225.54136.1689.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.98%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=25.98%
G=37.76%
B=36.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502400.3100.040.02172.3188.6482.75
HexACFAF01F042ac5953
Octal25437236037042254131123
Binary101011001111101011110000111110100101010110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAF0; }

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

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

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

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

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

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

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

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