#ADEAEB

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

Shades of Pale Turquoise #ADEAEB

Tints of Pale Turquoise #ADEAEB

Color information

#ADEAEB (or 0xADEAEB) is unknown color: approx Pale Turquoise. HEX triplet: AD, EA and EB. RGB value is (173,234,235). Sum of RGB (Red+Green+Blue) = 173+234+235=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADEAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAEB is #521514. Grayscale: #D7D7D7. Windows color (decimal): -5379349 or 15461037. OLE color: 15461037.

HSL color Cylindrical-coordinate representation of color #ADEAEB: hue angle of 180.97º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAEB is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173234235-
CMYK0.260.0000.08
HSL180.97º60.78%80%-
HSV(B)180.97º26.38%92.16%-
XYZ61.6573.7389.58-
YUV215.88138.7997.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=26.95%
G=36.45%
B=36.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342350.260.0000.08180.9760.7880
HexADEAEB1A008b53d50
Octal25535235332001026575120
Binary10101101111010101110101111010001000101101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAEB; }

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

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

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

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

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

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

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

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