#A7FDFB

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

Shades of Pale Turquoise #A7FDFB

Tints of Pale Turquoise #A7FDFB

Color information

#A7FDFB (or 0xA7FDFB) is unknown color: approx Pale Turquoise. HEX triplet: A7, FD and FB. RGB value is (167,253,251). Sum of RGB (Red+Green+Blue) = 167+253+251=671 (88% of max value = 765). Red value is 167 (65.62% from 255 or 24.89% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDFB is #580204. Grayscale: #E2E2E2. Windows color (decimal): -5767685 or 16514471. OLE color: 16514471.

HSL color Cylindrical-coordinate representation of color #A7FDFB: hue angle of 178.6º degrees, saturation: 0.96, 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 #A7FDFB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB167253251-
CMYK0.3400.010.01
HSL178.6º95.56%82.35%-
HSV(B)178.6º33.99%99.22%-
XYZ68.4785.43104.15-
YUV227.06141.5185.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 24.89%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=24.89%
G=37.70%
B=37.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672532510.3400.010.01178.695.5682.35
HexA7FDFB22011b36052
Octal24737537342011263140122
Binary1010011111111101111110111000100111011001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FDFB; }

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

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

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

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

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

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

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

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