#ADFFF7

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

Shades of Pale Turquoise #ADFFF7

Tints of Pale Turquoise #ADFFF7

Color information

#ADFFF7 (or 0xADFFF7) is unknown color: approx Pale Turquoise. HEX triplet: AD, FF and F7. RGB value is (173,255,247). Sum of RGB (Red+Green+Blue) = 173+255+247=675 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.63% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF7 is #520008. Grayscale: #E5E5E5. Windows color (decimal): -5373961 or 16252845. OLE color: 16252845.

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

Color convert

RGB173255247-
CMYK0.3200.030
HSL174.15º100%83.92%-
HSV(B)174.15º32.16%100%-
XYZ69.7887.12101.13-
YUV229.57137.8387.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.63%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=25.63%
G=37.78%
B=36.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732552470.3200.030174.1510083.92
HexADFFF720030ae6454
Octal25537736740030256144124
Binary10101101111111111111011110000001101010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFF7; }

 p { color: rgb(173,255,247); }

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

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

 a { background-color: rgb(173,255,247); }

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

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

 span { border-color: rgb(173,255,247); }

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