#ADFEF2

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

Shades of Pale Turquoise #ADFEF2

Tints of Pale Turquoise #ADFEF2

Color information

#ADFEF2 (or 0xADFEF2) is unknown color: approx Pale Turquoise. HEX triplet: AD, FE and F2. RGB value is (173,254,242). Sum of RGB (Red+Green+Blue) = 173+254+242=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEF2 is #52010D. Grayscale: #E4E4E4. Windows color (decimal): -5374222 or 15924909. OLE color: 15924909.

HSL color Cylindrical-coordinate representation of color #ADFEF2: hue angle of 171.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEF2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB173254242-
CMYK0.3200.050.00
HSL171.11º97.59%83.73%-
HSV(B)171.11º31.89%99.61%-
XYZ68.786.1897.02-
YUV228.41135.6688.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.86%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 242 (94.92% from 255) = 36.17%
R=25.86%
G=37.97%
B=36.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732542420.3200.050.00171.1197.5983.73
HexADFEF220050ab6254
Octal25537636240050253142124
Binary101011011111111011110010100000010101010101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFEF2; }

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

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

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

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

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

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

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

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