#ADEFE8

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

Shades of Pale Turquoise #ADEFE8

Tints of Pale Turquoise #ADEFE8

Color information

#ADEFE8 (or 0xADEFE8) is unknown color: approx Pale Turquoise. HEX triplet: AD, EF and E8. RGB value is (173,239,232). Sum of RGB (Red+Green+Blue) = 173+239+232=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEFE8 is #521017. Grayscale: #DADADA. Windows color (decimal): -5378072 or 15265709. OLE color: 15265709.

HSL color Cylindrical-coordinate representation of color #ADEFE8: hue angle of 173.64º 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 #ADEFE8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB173239232-
CMYK0.2800.030.06
HSL173.64º67.35%80.78%-
HSV(B)173.64º27.62%93.73%-
XYZ62.6776.4487.8-
YUV218.47135.6395.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=26.86%
G=37.11%
B=36.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732392320.2800.030.06173.6467.3580.78
HexADEFE81C036ae4351
Octal25535735034036256103121
Binary101011011110111111101000111000111101010111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEFE8; }

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

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

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

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

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

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

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

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