#ADEAEE

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

Shades of Pale Turquoise #ADEAEE

Tints of Pale Turquoise #ADEAEE

Color information

#ADEAEE (or 0xADEAEE) is unknown color: approx Pale Turquoise. HEX triplet: AD, EA and EE. RGB value is (173,234,238). Sum of RGB (Red+Green+Blue) = 173+234+238=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADEAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAEE is #521511. Grayscale: #D8D8D8. Windows color (decimal): -5379346 or 15657645. OLE color: 15657645.

HSL color Cylindrical-coordinate representation of color #ADEAEE: hue angle of 183.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEAEE is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173234238-
CMYK0.270.0200.07
HSL183.69º65.66%80.59%-
HSV(B)183.69º27.31%93.33%-
XYZ62.0973.991.88-
YUV216.22140.2997.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.82%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=26.82%
G=36.28%
B=36.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732342380.270.0200.07183.6965.6680.59
HexADEAEE1B207b84251
Octal25535235633207270102121
Binary101011011110101011101110110111001111011100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAEE; }

 p { color: rgb(173,234,238); }

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

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

 a { background-color: rgb(173,234,238); }

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

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

 span { border-color: rgb(173,234,238); }

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