#ACF5FA

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

Shades of Pale Turquoise #ACF5FA

Tints of Pale Turquoise #ACF5FA

Color information

#ACF5FA (or 0xACF5FA) is unknown color: approx Pale Turquoise. HEX triplet: AC, F5 and FA. RGB value is (172,245,250). Sum of RGB (Red+Green+Blue) = 172+245+250=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FA is #530A05. Grayscale: #DFDFDF. Windows color (decimal): -5442054 or 16446892. OLE color: 16446892.

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

Color convert

RGB172245250-
CMYK0.310.0200.02
HSL183.85º88.64%82.75%-
HSV(B)183.85º31.2%98.04%-
XYZ66.9280.98102.55-
YUV223.74142.8291.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.79%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=25.79%
G=36.73%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722452500.310.0200.02183.8588.6482.75
HexACF5FA1F202b85953
Octal25436537237202270131123
Binary10101100111101011111101011111100101011100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5FA; }

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

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

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

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

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

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

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

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