#A7EDEE

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

Shades of Pale Turquoise #A7EDEE

Tints of Pale Turquoise #A7EDEE

Color information

#A7EDEE (or 0xA7EDEE) is unknown color: approx Pale Turquoise. HEX triplet: A7, ED and EE. RGB value is (167,237,238). Sum of RGB (Red+Green+Blue) = 167+237+238=642 (85% of max value = 765). Red value is 167 (65.62% from 255 or 26.01% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EDEE is #581211. Grayscale: #D8D8D8. Windows color (decimal): -5771794 or 15658407. OLE color: 15658407.

HSL color Cylindrical-coordinate representation of color #A7EDEE: hue angle of 180.85º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDEE is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167237238-
CMYK0.300.0000.07
HSL180.85º67.62%79.41%-
HSV(B)180.85º29.83%93.33%-
XYZ61.6574.9692.11-
YUV216.18140.3192.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.01%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=26.01%
G=36.92%
B=37.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672372380.300.0000.07180.8567.6279.41
HexA7EDEE1E007b5444f
Octal24735535636007265104117
Binary10100111111011011110111011110001111011010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EDEE; }

 p { color: rgb(167,237,238); }

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

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

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

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

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

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

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