#ADEFE6

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

Shades of Pale Turquoise #ADEFE6

Tints of Pale Turquoise #ADEFE6

Color information

#ADEFE6 (or 0xADEFE6) is unknown color: approx Pale Turquoise. HEX triplet: AD, EF and E6. RGB value is (173,239,230). Sum of RGB (Red+Green+Blue) = 173+239+230=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFE6 is #521019. Grayscale: #DADADA. Windows color (decimal): -5378074 or 15134637. OLE color: 15134637.

HSL color Cylindrical-coordinate representation of color #ADEFE6: hue angle of 171.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFE6 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB173239230-
CMYK0.2800.040.06
HSL171.82º67.35%80.78%-
HSV(B)171.82º27.62%93.73%-
XYZ62.3876.3386.31-
YUV218.24134.6395.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=26.95%
G=37.23%
B=35.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732392300.2800.040.06171.8267.3580.78
HexADEFE61C046ac4351
Octal25535734634046254103121
Binary1010110111101111111001101110001001101010110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEFE6; }

 p { color: rgb(173,239,230); }

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

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

 a { background-color: rgb(173,239,230); }

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

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

 span { border-color: rgb(173,239,230); }

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