#A7FCEB

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

Shades of Pale Turquoise #A7FCEB

Tints of Pale Turquoise #A7FCEB

Color information

#A7FCEB (or 0xA7FCEB) is unknown color: approx Pale Turquoise. HEX triplet: A7, FC and EB. RGB value is (167,252,235). Sum of RGB (Red+Green+Blue) = 167+252+235=654 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.54% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FCEB is #580314. Grayscale: #E0E0E0. Windows color (decimal): -5767957 or 15465639. OLE color: 15465639.

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

Color convert

RGB167252235-
CMYK0.3400.070.01
HSL168º93.41%82.16%-
HSV(B)168º33.73%98.82%-
XYZ65.7483.8391.31-
YUV224.65133.8486.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.54%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=25.54%
G=38.53%
B=35.93%

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
Decimal1672522350.3400.070.0116893.4182.16
HexA7FCEB22071a85d52
Octal24737435342071250135122
Binary101001111111110011101011100010011111010100010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FCEB; }

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

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

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

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

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

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

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

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