#ACF1FA

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

Shades of Pale Turquoise #ACF1FA

Tints of Pale Turquoise #ACF1FA

Color information

#ACF1FA (or 0xACF1FA) is unknown color: approx Pale Turquoise. HEX triplet: AC, F1 and FA. RGB value is (172,241,250). Sum of RGB (Red+Green+Blue) = 172+241+250=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FA is #530E05. Grayscale: #DDDDDD. Windows color (decimal): -5443078 or 16445868. OLE color: 16445868.

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

Color convert

RGB172241250-
CMYK0.310.0400.02
HSL186.92º88.64%82.75%-
HSV(B)186.92º31.2%98.04%-
XYZ65.7278.58102.15-
YUV221.4144.1492.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.94%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=25.94%
G=36.35%
B=37.71%

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
Decimal1722412500.310.0400.02186.9288.6482.75
HexACF1FA1F402bb5953
Octal25436137237402273131123
Binary101011001111000111111010111111000101011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1FA; }

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

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

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

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

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

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

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

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