#ADF2EF

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

Shades of Pale Turquoise #ADF2EF

Tints of Pale Turquoise #ADF2EF

Color information

#ADF2EF (or 0xADF2EF) is unknown color: approx Pale Turquoise. HEX triplet: AD, F2 and EF. RGB value is (173,242,239). Sum of RGB (Red+Green+Blue) = 173+242+239=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2EF is #520D10. Grayscale: #DCDCDC. Windows color (decimal): -5377297 or 15725229. OLE color: 15725229.

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

Color convert

RGB173242239-
CMYK0.2900.010.05
HSL177.39º72.63%81.37%-
HSV(B)177.39º28.51%94.9%-
XYZ64.5778.6293.43-
YUV221.03138.1493.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.45%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=26.45%
G=37.00%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732422390.2900.010.05177.3972.6381.37
HexADF2EF1D015b14951
Octal25536235735015261111121
Binary10101101111100101110111111101011011011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2EF; }

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

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

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

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

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

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

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

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