#A7F2FC

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

Shades of Pale Turquoise #A7F2FC

Tints of Pale Turquoise #A7F2FC

Color information

#A7F2FC (or 0xA7F2FC) is unknown color: approx Pale Turquoise. HEX triplet: A7, F2 and FC. RGB value is (167,242,252). Sum of RGB (Red+Green+Blue) = 167+242+252=661 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.26% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F2FC is #580D03. Grayscale: #DCDCDC. Windows color (decimal): -5770500 or 16577191. OLE color: 16577191.

HSL color Cylindrical-coordinate representation of color #A7F2FC: hue angle of 187.06º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7F2FC is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167242252-
CMYK0.340.0400.01
HSL187.06º93.41%82.16%-
HSV(B)187.06º33.73%98.82%-
XYZ65.2678.75103.86-
YUV220.72145.6589.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.26%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=25.26%
G=36.61%
B=38.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672422520.340.0400.01187.0693.4182.16
HexA7F2FC22401bb5d52
Octal24736237442401273135122
Binary101001111111001011111100100010100011011101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F2FC; }

 p { color: rgb(167,242,252); }

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

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

 a { background-color: rgb(167,242,252); }

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

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

 span { border-color: rgb(167,242,252); }

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