#ACF8FF

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

Shades of Pale Turquoise #ACF8FF

Tints of Pale Turquoise #ACF8FF

Color information

#ACF8FF (or 0xACF8FF) is unknown color: approx Pale Turquoise. HEX triplet: AC, F8 and FF. RGB value is (172,248,255). Sum of RGB (Red+Green+Blue) = 172+248+255=675 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.48% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8FF is #530700. Grayscale: #E1E1E1. Windows color (decimal): -5441281 or 16775340. OLE color: 16775340.

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

Color convert

RGB172248255-
CMYK0.330.0300
HSL185.06º100%83.73%-
HSV(B)185.06º32.55%100%-
XYZ68.6383.13107.04-
YUV226.07144.3289.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.48%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 255 (100% from 255) = 37.78%
R=25.48%
G=36.74%
B=37.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722482550.330.0300185.0610083.73
HexACF8FF21300b96454
Octal25437037741300271144124
Binary10101100111110001111111110000111001011100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8FF; }

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

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

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

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

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

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

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

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