#ADFBF7

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

Shades of Pale Turquoise #ADFBF7

Tints of Pale Turquoise #ADFBF7

Color information

#ADFBF7 (or 0xADFBF7) is unknown color: approx Pale Turquoise. HEX triplet: AD, FB and F7. RGB value is (173,251,247). Sum of RGB (Red+Green+Blue) = 173+251+247=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBF7 is #520408. Grayscale: #E3E3E3. Windows color (decimal): -5374985 or 16251821. OLE color: 16251821.

HSL color Cylindrical-coordinate representation of color #ADFBF7: hue angle of 176.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBF7 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB173251247-
CMYK0.3100.020.02
HSL176.92º90.7%83.14%-
HSV(B)176.92º31.08%98.43%-
XYZ68.5284.59100.71-
YUV227.22139.1689.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.78%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=25.78%
G=37.41%
B=36.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732512470.3100.020.02176.9290.783.14
HexADFBF71F022b15b53
Octal25537336737022261133123
Binary10101101111110111111011111111010101011000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBF7; }

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

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

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

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

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

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

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

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