#ACF0FA

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

Shades of Pale Turquoise #ACF0FA

Tints of Pale Turquoise #ACF0FA

Color information

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

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

Color convert

RGB172240250-
CMYK0.310.0400.02
HSL187.69º88.64%82.75%-
HSV(B)187.69º31.2%98.04%-
XYZ65.4377.99102.05-
YUV220.81144.4793.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722402500.310.0400.02187.6988.6482.75
HexACF0FA1F402bc5953
Octal25436037237402274131123
Binary101011001111000011111010111111000101011110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0FA; }

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

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

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

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

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

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

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

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