#ADF7EE

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

Shades of Pale Turquoise #ADF7EE

Tints of Pale Turquoise #ADF7EE

Color information

#ADF7EE (or 0xADF7EE) is unknown color: approx Pale Turquoise. HEX triplet: AD, F7 and EE. RGB value is (173,247,238). Sum of RGB (Red+Green+Blue) = 173+247+238=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF7EE is #520811. Grayscale: #DFDFDF. Windows color (decimal): -5376018 or 15660973. OLE color: 15660973.

HSL color Cylindrical-coordinate representation of color #ADF7EE: hue angle of 172.7º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB173247238-
CMYK0.3000.040.03
HSL172.7º82.22%82.35%-
HSV(B)172.7º29.96%96.86%-
XYZ65.9381.5893.16-
YUV223.85135.9891.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.29%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=26.29%
G=37.54%
B=36.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732472380.3000.040.03172.782.2282.35
HexADF7EE1E043ad5252
Octal25536735636043255122122
Binary101011011111011111101110111100100111010110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF7EE; }

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

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

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

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

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

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

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

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