#A7F0FB

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

Shades of Pale Turquoise #A7F0FB

Tints of Pale Turquoise #A7F0FB

Color information

#A7F0FB (or 0xA7F0FB) is unknown color: approx Pale Turquoise. HEX triplet: A7, F0 and FB. RGB value is (167,240,251). Sum of RGB (Red+Green+Blue) = 167+240+251=658 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.38% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7F0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F0FB is #580F04. Grayscale: #DBDBDB. Windows color (decimal): -5771013 or 16511143. OLE color: 16511143.

HSL color Cylindrical-coordinate representation of color #A7F0FB: hue angle of 187.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F0FB is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167240251-
CMYK0.330.0400.02
HSL187.86º91.3%81.96%-
HSV(B)187.86º33.47%98.43%-
XYZ64.5177.5102.83-
YUV219.43145.8290.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.38%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=25.38%
G=36.47%
B=38.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672402510.330.0400.02187.8691.381.96
HexA7F0FB21402bc5b52
Octal24736037341402274133122
Binary1010011111110000111110111000011000101011110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F0FB; }

 p { color: rgb(167,240,251); }

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

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

 a { background-color: rgb(167,240,251); }

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

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

 span { border-color: rgb(167,240,251); }

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