#ADF6EE

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

Shades of Pale Turquoise #ADF6EE

Tints of Pale Turquoise #ADF6EE

Color information

#ADF6EE (or 0xADF6EE) is unknown color: approx Pale Turquoise. HEX triplet: AD, F6 and EE. RGB value is (173,246,238). Sum of RGB (Red+Green+Blue) = 173+246+238=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6EE is #520911. Grayscale: #DFDFDF. Windows color (decimal): -5376274 or 15660717. OLE color: 15660717.

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

Color convert

RGB173246238-
CMYK0.3000.030.04
HSL173.42º80.22%82.16%-
HSV(B)173.42º29.67%96.47%-
XYZ65.6280.9793.06-
YUV223.26136.3292.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.33%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=26.33%
G=37.44%
B=36.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732462380.3000.030.04173.4280.2282.16
HexADF6EE1E034ad5052
Octal25536635636034255120122
Binary101011011111011011101110111100111001010110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6EE; }

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

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

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

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

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

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

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

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