#ADFDF7

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

Shades of Pale Turquoise #ADFDF7

Tints of Pale Turquoise #ADFDF7

Color information

#ADFDF7 (or 0xADFDF7) is unknown color: approx Pale Turquoise. HEX triplet: AD, FD and F7. RGB value is (173,253,247). Sum of RGB (Red+Green+Blue) = 173+253+247=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF7 is #520208. Grayscale: #E4E4E4. Windows color (decimal): -5374473 or 16252333. OLE color: 16252333.

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

Color convert

RGB173253247-
CMYK0.3200.020.01
HSL175.5º95.24%83.53%-
HSV(B)175.5º31.62%99.22%-
XYZ69.1585.85100.92-
YUV228.4138.588.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.71%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=25.71%
G=37.59%
B=36.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532470.3200.020.01175.595.2483.53
HexADFDF720021b05f54
Octal25537536740021260137124
Binary10101101111111011111011110000001011011000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDF7; }

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

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

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

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

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

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

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

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