#ADF9EA

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

Shades of Pale Turquoise #ADF9EA

Tints of Pale Turquoise #ADF9EA

Color information

#ADF9EA (or 0xADF9EA) is unknown color: approx Pale Turquoise. HEX triplet: AD, F9 and EA. RGB value is (173,249,234). Sum of RGB (Red+Green+Blue) = 173+249+234=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9EA is #520615. Grayscale: #E0E0E0. Windows color (decimal): -5375510 or 15399341. OLE color: 15399341.

HSL color Cylindrical-coordinate representation of color #ADF9EA: hue angle of 168.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9EA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB173249234-
CMYK0.3100.060.02
HSL168.16º86.36%82.75%-
HSV(B)168.16º30.52%97.65%-
XYZ65.9682.5890.3-
YUV224.57133.3291.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.37%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=26.37%
G=37.96%
B=35.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492340.3100.060.02168.1686.3682.75
HexADF9EA1F062a85653
Octal25537135237062250126123
Binary101011011111100111101010111110110101010100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9EA; }

 p { color: rgb(173,249,234); }

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

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

 a { background-color: rgb(173,249,234); }

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

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

 span { border-color: rgb(173,249,234); }

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