#A8EDEE

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

Shades of Pale Turquoise #A8EDEE

Tints of Pale Turquoise #A8EDEE

Color information

#A8EDEE (or 0xA8EDEE) is unknown color: approx Pale Turquoise. HEX triplet: A8, ED and EE. RGB value is (168,237,238). Sum of RGB (Red+Green+Blue) = 168+237+238=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDEE is #571211. Grayscale: #D8D8D8. Windows color (decimal): -5706258 or 15658408. OLE color: 15658408.

HSL color Cylindrical-coordinate representation of color #A8EDEE: hue angle of 180.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDEE is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168237238-
CMYK0.290.0000.07
HSL180.86º67.31%79.61%-
HSV(B)180.86º29.41%93.33%-
XYZ61.8775.0792.12-
YUV216.48140.1493.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.13%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=26.13%
G=36.86%
B=37.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682372380.290.0000.07180.8667.3179.61
HexA8EDEE1D007b54350
Octal25035535635007265103120
Binary10101000111011011110111011101001111011010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDEE; }

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

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

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

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

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

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

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

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