#A7FDFD

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

Shades of Pale Turquoise #A7FDFD

Tints of Pale Turquoise #A7FDFD

Color information

#A7FDFD (or 0xA7FDFD) is unknown color: approx Pale Turquoise. HEX triplet: A7, FD and FD. RGB value is (167,253,253). Sum of RGB (Red+Green+Blue) = 167+253+253=673 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.81% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #A7FDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDFD is #580202. Grayscale: #E3E3E3. Windows color (decimal): -5767683 or 16645543. OLE color: 16645543.

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

Color convert

RGB167253253-
CMYK0.34000.01
HSL180º95.56%82.35%-
HSV(B)180º33.99%99.22%-
XYZ68.7985.56105.82-
YUV227.29142.5185-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 24.81%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=24.81%
G=37.59%
B=37.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672532530.34000.0118095.5682.35
HexA7FDFD22001b46052
Octal24737537542001264140122
Binary1010011111111101111111011000100011011010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FDFD; }

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

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

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

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

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

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

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

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