#ADF3E9

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

Shades of Pale Turquoise #ADF3E9

Tints of Pale Turquoise #ADF3E9

Color information

#ADF3E9 (or 0xADF3E9) is unknown color: approx Pale Turquoise. HEX triplet: AD, F3 and E9. RGB value is (173,243,233). Sum of RGB (Red+Green+Blue) = 173+243+233=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF3E9 is #520C16. Grayscale: #DCDCDC. Windows color (decimal): -5377047 or 15332269. OLE color: 15332269.

HSL color Cylindrical-coordinate representation of color #ADF3E9: hue angle of 171.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3E9 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB173243233-
CMYK0.2900.040.05
HSL171.43º74.47%81.57%-
HSV(B)171.43º28.81%95.29%-
XYZ63.9978.8788.94-
YUV220.93134.8193.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=26.66%
G=37.44%
B=35.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732432330.2900.040.05171.4374.4781.57
HexADF3E91D045ab4a52
Octal25536335135045253112122
Binary1010110111110011111010011110101001011010101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF3E9; }

 p { color: rgb(173,243,233); }

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

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

 a { background-color: rgb(173,243,233); }

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

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

 span { border-color: rgb(173,243,233); }

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