#A7FDEB

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

Shades of Pale Turquoise #A7FDEB

Tints of Pale Turquoise #A7FDEB

Color information

#A7FDEB (or 0xA7FDEB) is unknown color: approx Pale Turquoise. HEX triplet: A7, FD and EB. RGB value is (167,253,235). Sum of RGB (Red+Green+Blue) = 167+253+235=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDEB is #580214. Grayscale: #E1E1E1. Windows color (decimal): -5767701 or 15465895. OLE color: 15465895.

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

Color convert

RGB167253235-
CMYK0.3400.070.01
HSL167.44º95.56%82.35%-
HSV(B)167.44º33.99%99.22%-
XYZ66.0684.4691.42-
YUV225.23133.5186.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=25.50%
G=38.63%
B=35.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672532350.3400.070.01167.4495.5682.35
HexA7FDEB22071a76052
Octal24737535342071247140122
Binary101001111111110111101011100010011111010011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FDEB; }

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

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

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

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

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

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

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

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