#ADFEF6

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

Shades of Pale Turquoise #ADFEF6

Tints of Pale Turquoise #ADFEF6

Color information

#ADFEF6 (or 0xADFEF6) is unknown color: approx Pale Turquoise. HEX triplet: AD, FE and F6. RGB value is (173,254,246). Sum of RGB (Red+Green+Blue) = 173+254+246=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEF6 is #520109. Grayscale: #E4E4E4. Windows color (decimal): -5374218 or 16187053. OLE color: 16187053.

HSL color Cylindrical-coordinate representation of color #ADFEF6: hue angle of 174.07º 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 #ADFEF6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB173254246-
CMYK0.3200.030.00
HSL174.07º97.59%83.73%-
HSV(B)174.07º31.89%99.61%-
XYZ69.3186.42100.22-
YUV228.87137.6688.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.71%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=25.71%
G=37.74%
B=36.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732542460.3200.030.00174.0797.5983.73
HexADFEF620030ae6254
Octal25537636640030256142124
Binary10101101111111101111011010000001101010111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFEF6; }

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

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

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

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

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

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

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

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